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 &&