diff --git a/src/components/navbar.js b/src/components/navbar.js
index fd0387e..1261212 100644
--- a/src/components/navbar.js
+++ b/src/components/navbar.js
@@ -11,6 +11,7 @@ import IconButton from '@material-ui/core/IconButton';
import Typography from '@material-ui/core/Typography';
import ChevronLeft from '@material-ui/icons/ChevronLeft';
import ExitToApp from '@material-ui/icons/ExitToApp';
+import MenuBookIcon from '@material-ui/icons/MenuBook';
import Home from '@material-ui/icons/Home';
import Edit from '@material-ui/icons/Edit';
import Save from '@material-ui/icons/Save';
@@ -120,11 +121,16 @@ const NavBar = (props) => {
) : undefined}
{!props.authenticated ? (
+
+
+ Docs
+
+
Sign Up
- Log In
+ Sign In
) : (
@@ -139,6 +145,12 @@ const NavBar = (props) => {
Log Out
+
+
+
+ Docs
+
+
Profile
diff --git a/src/style.scss b/src/style.scss
index ab15c57..a6955af 100644
--- a/src/style.scss
+++ b/src/style.scss
@@ -83,6 +83,14 @@ img.logoImg {
background-image: none;
}
+button a {
+ text-decoration-line: none;
+ color: #d2d2d2;
+ display: flex;
+ flex-direction: row;
+ font-size: 1.5em;
+}
+
.lfm__typing_effect_text {
font-size: 120px;
font-style: italic;