From b314237817c26593bef4f9cdfd64b2383f785e48 Mon Sep 17 00:00:00 2001 From: z1glr Date: Wed, 29 Jan 2025 22:23:14 +0000 Subject: [PATCH] Fixed styling of navbar brand --- client/src/app/Header.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/client/src/app/Header.tsx b/client/src/app/Header.tsx index d62612e..9803b95 100644 --- a/client/src/app/Header.tsx +++ b/client/src/app/Header.tsx @@ -82,12 +82,13 @@ export default function Header({ sites }: { sites: SiteLink[] }) { return (
- - - router.push("/")}> -

Golunteer

-
-
+ + router.push("/")} + className="cursor-pointer" + > +

Golunteer

+
{user !== null ? ( <>