1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

Add correct telegram link

This commit is contained in:
David Baker
2017-10-26 09:58:05 +01:00
parent 5c32b5b11a
commit e6c3483c8b

View File

@@ -42,7 +42,7 @@ module.exports = React.createClass({
<div className="mx_StatusLogin_footer"> <div className="mx_StatusLogin_footer">
<p>This channel is for our development community.</p> <p>This channel is for our development community.</p>
<p>Interested in SNT and discussions on the cryptocurrency market?</p> <p>Interested in SNT and discussions on the cryptocurrency market?</p>
<p><a href="#" className="mx_StatusLogin_footer_cta">Join Telegram Chat</a></p> <p><a href="https://t.me/StatusNetworkChat" className="mx_StatusLogin_footer_cta">Join Telegram Chat</a></p>
</div> </div>
</div> </div>
</div> </div>