From 68b0f9a7b8e7fb747e6ceea22ec314decc5372f0 Mon Sep 17 00:00:00 2001
From: Matt Kirby <MattJKirby@outlook.com>
Date: Fri, 28 Apr 2023 02:23:43 +0100
Subject: [PATCH] pointer for daily logo

---
 daily-thought-frontend/src/components/navigation/NavBar.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daily-thought-frontend/src/components/navigation/NavBar.tsx b/daily-thought-frontend/src/components/navigation/NavBar.tsx
index b37205fe..564a560c 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>
 
-- 
GitLab