mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Add newsletter link to preference modal
This commit is contained in:
@@ -72,6 +72,11 @@ class InfoTab extends React.Component {
|
|||||||
<div styleName='header--sub'>Community</div>
|
<div styleName='header--sub'>Community</div>
|
||||||
<div styleName='top'>
|
<div styleName='top'>
|
||||||
<ul styleName='list'>
|
<ul styleName='list'>
|
||||||
|
<li>
|
||||||
|
<a href='https://boostnote.io/#subscribe'
|
||||||
|
onClick={(e) => this.handleLinkClick(e)}
|
||||||
|
>Subscribe to Newsletter</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='https://github.com/BoostIO/Boostnote/issues'
|
<a href='https://github.com/BoostIO/Boostnote/issues'
|
||||||
onClick={(e) => this.handleLinkClick(e)}
|
onClick={(e) => this.handleLinkClick(e)}
|
||||||
@@ -82,11 +87,6 @@ class InfoTab extends React.Component {
|
|||||||
onClick={(e) => this.handleLinkClick(e)}
|
onClick={(e) => this.handleLinkClick(e)}
|
||||||
>Blog</a>
|
>Blog</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<a href='https://www.reddit.com/r/Boostnote/'
|
|
||||||
onClick={(e) => this.handleLinkClick(e)}
|
|
||||||
>Reddit</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href='https://www.facebook.com/groups/boostnote'
|
<a href='https://www.facebook.com/groups/boostnote'
|
||||||
onClick={(e) => this.handleLinkClick(e)}
|
onClick={(e) => this.handleLinkClick(e)}
|
||||||
|
|||||||
Reference in New Issue
Block a user