Skip to content

Commit

Permalink
Merge pull request #1226 from BoostIO/add-newsletter
Browse files Browse the repository at this point in the history
Add newsletter link to preference modal
  • Loading branch information
kazup01 authored Dec 2, 2017
2 parents 4e0fa63 + 55395d3 commit 16f0e95
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 16f0e95

Please sign in to comment.