Skip to content

Commit

Permalink
Add newsletter link to preference modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazu Yokomizo committed Dec 2, 2017
1 parent 4e0fa63 commit 55395d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions browser/main/modals/PreferencesModal/InfoTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ class InfoTab extends React.Component {
<div styleName='header--sub'>Community</div>
<div styleName='top'>
<ul styleName='list'>
<li>
<a href='https://boostnote.io/#subscribe'
onClick={(e) => this.handleLinkClick(e)}
>Subscribe to Newsletter</a>
</li>
<li>
<a href='https://github.com/BoostIO/Boostnote/issues'
onClick={(e) => this.handleLinkClick(e)}
Expand All @@ -82,11 +87,6 @@ class InfoTab extends React.Component {
onClick={(e) => this.handleLinkClick(e)}
>Blog</a>
</li>
<li>
<a href='https://www.reddit.com/r/Boostnote/'
onClick={(e) => this.handleLinkClick(e)}
>Reddit</a>
</li>
<li>
<a href='https://www.facebook.com/groups/boostnote'
onClick={(e) => this.handleLinkClick(e)}
Expand Down

0 comments on commit 55395d3

Please sign in to comment.