Skip to content
Snippets Groups Projects
Commit 4e91ea06 authored by Greg Fodor's avatar Greg Fodor
Browse files

Add community link to homepages

parent 434bb474
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@
"home.source_link": "Source",
"home.spoke_link": "Spoke",
"home.about_link": "About",
"home.community_link": "Community",
"home.privacy_notice": "Privacy Notice",
"home.terms_of_use": "Terms of Use",
"home.get_updates": "Get Updates",
......
......@@ -187,6 +187,9 @@ class HomeRoot extends Component {
<a href="/spoke" rel="noreferrer noopener">
<FormattedMessage id="home.spoke_link" />
</a>
<a href="https://discord.gg/XzrGUY8" rel="noreferrer noopener">
<FormattedMessage id="home.community_link" />
</a>
</div>
</div>
<div className={styles.ident} />
......
......@@ -126,14 +126,17 @@ class SpokeLanding extends Component {
<div className={styles.header}>
<div className={styles.headerLinks}>
<a href="/about" rel="noopener noreferrer">
About
<FormattedMessage id="home.about_link" />
</a>
<a href="https://github.com/mozillareality/spoke" rel="noopener noreferrer">
Source
<FormattedMessage id="home.source_link" />
</a>
<a href="https://hubs.mozilla.com" rel="noopener noreferrer">
Hubs
</a>
<a href="https://discord.gg/XzrGUY8" rel="noreferrer noopener">
<FormattedMessage id="home.community_link" />
</a>
</div>
</div>
<div className={styles.content}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment