From 2fe819cdd5c7ab6be1b48712e6f0880ef6cb8c61 Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Tue, 17 Apr 2018 11:16:15 -0700
Subject: [PATCH] Fix linter issues

---
 src/react-components/home-root.js | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/react-components/home-root.js b/src/react-components/home-root.js
index d043fc1dd..334f3d3b4 100644
--- a/src/react-components/home-root.js
+++ b/src/react-components/home-root.js
@@ -78,7 +78,7 @@ class HomeRoot extends Component {
             Want to join the conversation?
             <p />
             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
             </a>{" "}
             in the #social channel.
@@ -89,7 +89,7 @@ class HomeRoot extends Component {
         dialogTitle = "Get Updates";
         dialogBody = (
           <span>
-            We're adding more features to Hubs every week.
+            We&apos;re adding more features to Hubs every week.
             <p />
             To receive regular release notes, join our{" "}
             <a href="#" target="_blank">
@@ -97,11 +97,11 @@ class HomeRoot extends Component {
             </a>.
             <p />
             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
             </a>{" "}
             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
             </a>.
           </span>
@@ -114,13 +114,13 @@ class HomeRoot extends Component {
             Need to report a problem?
             <p />
             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
             </a>{" "}
             or e-mail us for support at <a href="mailto:hubs@mozilla.com">hubs@mozilla.com</a>.
             <p />
             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
             </a>.
           </span>
-- 
GitLab