diff --git a/daily-thought-frontend/src/components/navigation/NavBar.tsx b/daily-thought-frontend/src/components/navigation/NavBar.tsx
index b37205fe4c3e320f0644e830d34464dbc928c49f..564a560c75a76fb8a0178b4a41e6f4800d07a3f0 100644
--- a/daily-thought-frontend/src/components/navigation/NavBar.tsx
+++ b/daily-thought-frontend/src/components/navigation/NavBar.tsx
@@ -63,7 +63,7 @@ const NavBar: FC<PropsWithChildren<NavBarProps>> = ({ children, user, rehydrateF
                       </div>
                     </div>
                   )}
-                  <div className="pl-5" onClick={() => Router.push('/')}>
+                  <div className="pl-5 cursor-pointer" onClick={() => Router.push('/')}>
                     <h1 className="ml-5 text-2xl font-bold tracking-tight text-c-green">Daily</h1>
                   </div>