Skip to content

Commit

Permalink
Merge pull request #78 from thofmann/slack-footer
Browse files Browse the repository at this point in the history
Add a link to request a Slack invite
  • Loading branch information
trevinhofmann authored Jan 17, 2017
2 parents e95a19b + 3a27097 commit fff0774
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"forum": "The Bitcoin Forum",
"reddit1": "Reddit /r/btc",
"reddit2": "Reddit /r/bitcoin_unlimited",
"slack": "Slack",
"irc": "##btc on IRC",
"news": "News",
"time": "Time to roll out bigger blocks",
Expand Down
3 changes: 3 additions & 0 deletions src/public/views/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ export default React.createClass({
<li>
<a href="https://reddit.com/r/bitcoin_unlimited">{strings().footer.reddit2}</a>
</li>
<li>
<a href="mailto:[email protected]?subject=Bitcoin%20Unlimited%20Slack%20Invite&body=Hi%21%0D%0A%0D%0ACould+you+please+invite+me+to+the+Bitcoin+Unlimited+Slack+group%3F+My+email+address+is+%5BINSERT+EMAIL+ADDRESS+HERE%5D.%0D%0A%0D%0AThank+you%21">{strings().footer.slack}</a>
</li>
<li>
<a href="https://webchat.freenode.net/?channels=##btc">{strings().footer.irc}</a>
</li>
Expand Down

0 comments on commit fff0774

Please sign in to comment.