From 76f28efb070d9efbb2ac03a21355706dd161540d Mon Sep 17 00:00:00 2001 From: NCanggoro Date: Wed, 4 Oct 2023 19:52:41 +0700 Subject: [PATCH] add new routes in header --- src/components/Header/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx index 3ea37d2..2f6ca8a 100644 --- a/src/components/Header/index.tsx +++ b/src/components/Header/index.tsx @@ -62,9 +62,9 @@ function Header() { {user.username &&
-
Profile
+
Profile
Feed
-
Add location
+
Add location
Logout
{/*
Halo
*/} {/*
Halo
*/} @@ -99,7 +99,7 @@ function Header() { user.username ? setPageState({ ...pageState, profileMenu: !pageState.profileMenu }) : ''} className={`navLink ${!dropdown ? "navLink-disabled" : ""}`}>{user.username ? user.username : 'Sign in'} {user && screen.width > 600 &&
-
Profile
+
Profile
Feed
Add location
{user.is_admin &&