diff --git a/client/src/components/Ecommerce/Header.js b/client/src/components/Ecommerce/Header.js
index ec9d912..ac57a75 100644
--- a/client/src/components/Ecommerce/Header.js
+++ b/client/src/components/Ecommerce/Header.js
@@ -50,15 +50,9 @@ function Header() {
)}
{userInfo && userInfo.user.isAdmin && (
-
- Users
-
-
- Products
-
-
- Orders
-
+
+ Dashboard
+
)}
diff --git a/client/src/components/LandingPage/Navbar.js b/client/src/components/LandingPage/Navbar.js
index b81e48f..652d953 100644
--- a/client/src/components/LandingPage/Navbar.js
+++ b/client/src/components/LandingPage/Navbar.js
@@ -9,15 +9,12 @@ function NavBar() {
PlantLand
-
diff --git a/client/src/styles/landingPage.css b/client/src/styles/landingPage.css
index b76e15b..78768ef 100644
--- a/client/src/styles/landingPage.css
+++ b/client/src/styles/landingPage.css
@@ -49,6 +49,10 @@
.nav-item a {
margin: 0 0.4rem;
position: relative;
+ font-family: "Nunito" !important;
+}
+.nav-main-item a {
+ color: #666 !important;
}
/* .nav-item a::before {