1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Merge pull request #1135 from BoostIO/add-information-tab

Add facebook group url to infotab
This commit is contained in:
Kazz Yokomizo
2017-11-17 13:30:37 +09:00
committed by GitHub

View File

@@ -87,6 +87,11 @@ class InfoTab extends React.Component {
onClick={(e) => this.handleLinkClick(e)}
>Reddit</a>
</li>
<li>
<a href='https://www.facebook.com/groups/boostnote'
onClick={(e) => this.handleLinkClick(e)}
>Facebook Group</a>
</li>
<li>
<a href='https://twitter.com/boostnoteapp'
onClick={(e) => this.handleLinkClick(e)}