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

Fix linter issues

parent 1bb53320
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ class HomeRoot extends Component { ...@@ -78,7 +78,7 @@ class HomeRoot extends Component {
Want to join the conversation? Want to join the conversation?
<p /> <p />
Join us on the{" "} Join us on the{" "}
<a href="http://webvr-slack.herokuapp.com/" target="_blank"> <a href="http://webvr-slack.herokuapp.com/" target="_blank" rel="noopener noreferrer">
WebVR Slack WebVR Slack
</a>{" "} </a>{" "}
in the #social channel. in the #social channel.
...@@ -89,7 +89,7 @@ class HomeRoot extends Component { ...@@ -89,7 +89,7 @@ class HomeRoot extends Component {
dialogTitle = "Get Updates"; dialogTitle = "Get Updates";
dialogBody = ( dialogBody = (
<span> <span>
We're adding more features to Hubs every week. We&apos;re adding more features to Hubs every week.
<p /> <p />
To receive regular release notes, join our{" "} To receive regular release notes, join our{" "}
<a href="#" target="_blank"> <a href="#" target="_blank">
...@@ -97,11 +97,11 @@ class HomeRoot extends Component { ...@@ -97,11 +97,11 @@ class HomeRoot extends Component {
</a>. </a>.
<p /> <p />
You can also follow us on Twitter{" "} You can also follow us on Twitter{" "}
<a href="https://twitter.com/mozillareality" target="_blank"> <a href="https://twitter.com/mozillareality" target="_blank" rel="noopener noreferrer">
@mozillareality @mozillareality
</a>{" "} </a>{" "}
or on the{" "} or on the{" "}
<a href="https://blog.mozvr.com/" target="_blank"> <a href="https://blog.mozvr.com/" target="_blank" rel="noopener noreferrer">
Mozilla Mixed Reality Blog Mozilla Mixed Reality Blog
</a>. </a>.
</span> </span>
...@@ -114,13 +114,13 @@ class HomeRoot extends Component { ...@@ -114,13 +114,13 @@ class HomeRoot extends Component {
Need to report a problem? Need to report a problem?
<p /> <p />
You can file a{" "} You can file a{" "}
<a href="https://github.com/mozilla/mr-social-client/issues" target="_blank"> <a href="https://github.com/mozilla/mr-social-client/issues" target="_blank" rel="noopener noreferrer">
Github Issue Github Issue
</a>{" "} </a>{" "}
or e-mail us for support at <a href="mailto:hubs@mozilla.com">hubs@mozilla.com</a>. or e-mail us for support at <a href="mailto:hubs@mozilla.com">hubs@mozilla.com</a>.
<p /> <p />
You can also find us in #social on the{" "} You can also find us in #social on the{" "}
<a href="http://webvr-slack.herokuapp.com/" target="_blank"> <a href="http://webvr-slack.herokuapp.com/" target="_blank" rel="noopener noreferrer">
WebVR Slack WebVR Slack
</a>. </a>.
</span> </span>
......
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