diff --git a/twistter-frontend/src/pages/Home.js b/twistter-frontend/src/pages/Home.js
index fb1bb5e..9fd7767 100644
--- a/twistter-frontend/src/pages/Home.js
+++ b/twistter-frontend/src/pages/Home.js
@@ -94,32 +94,33 @@ class Home extends Component {
{postMarkup}
- : loading ?
-
+ ) : loading ?
+ ()
:
-
+ (
-

-
-
Welcome to Twistter!
-
-
See the most interesting topics people are following right now.
-
+
+

+
+
Welcome to Twistter!
+
+
See the most interesting topics people are following right now.
+
-
+
-
-
Join today or sign in if you already have an account.
-
-
-
-
+
+ Join today or sign in if you already have an account.
+
+
+
+
+
-
);
}
}