diff --git a/src/Components/Navbar/NavMobile.tsx b/src/Components/Navbar/NavMobile.tsx
index 023b0ea..db03d3b 100644
--- a/src/Components/Navbar/NavMobile.tsx
+++ b/src/Components/Navbar/NavMobile.tsx
@@ -90,44 +90,47 @@ export default function NavMobile() {
- {curUser !== undefined &&
- (curUser &&
-
+ {curUser ?
+
+
+ :
+
- )
}
@@ -149,25 +152,16 @@ export default function NavMobile() {
toggleDrawerOpen(false)} />
{
- curUser ?
- :
-
+ !curUser &&
+
}
@@ -270,6 +264,14 @@ export default function NavMobile() {
Donate
+ -
+ toggleDrawerOpen(false)}
+ className='text-body4 font-bold hover:text-primary-600'>
+ Logout 👋
+
+