diff --git a/twistter-frontend/src/App.css b/twistter-frontend/src/App.css
index 8189649..0bfca90 100644
--- a/twistter-frontend/src/App.css
+++ b/twistter-frontend/src/App.css
@@ -22,7 +22,7 @@
white-space: nowrap;
}
-.register {
+.signup {
background-color: #1da1f2;
border: 1px solid #fff;
color: #fff;
diff --git a/twistter-frontend/src/App.js b/twistter-frontend/src/App.js
index b917566..8145864 100644
--- a/twistter-frontend/src/App.js
+++ b/twistter-frontend/src/App.js
@@ -20,7 +20,7 @@ import AuthRoute from "./util/AuthRoute";
// Pages
import home from './pages/Home';
-import register from './pages/Register';
+import signup from './pages/Signup';
import login from './pages/Login';
import user from './pages/user';
import writeMicroblog from "./Writing_Microblogs.js";
@@ -57,7 +57,7 @@ class App extends Component {
{/* AuthRoute checks if the user is logged in and if they are it redirects them to /home */}
-
+
@@ -65,7 +65,7 @@ class App extends Component {
-
+
diff --git a/twistter-frontend/src/Logout.js b/twistter-frontend/src/Logout.js
index df36575..5944f2d 100644
--- a/twistter-frontend/src/Logout.js
+++ b/twistter-frontend/src/Logout.js
@@ -13,7 +13,7 @@ class Logout extends Component {
Logout of your Twistter Account
-
+
);
};
diff --git a/twistter-frontend/src/components/layout/NavBar.js b/twistter-frontend/src/components/layout/NavBar.js
index 0b6ba22..f79fe79 100644
--- a/twistter-frontend/src/components/layout/NavBar.js
+++ b/twistter-frontend/src/components/layout/NavBar.js
@@ -16,8 +16,8 @@ export class Navbar extends Component {
-