diff --git a/src/app/components/Navbar.tsx b/src/app/components/Navbar.tsx index 7c25ccf..810a052 100644 --- a/src/app/components/Navbar.tsx +++ b/src/app/components/Navbar.tsx @@ -116,7 +116,7 @@ function Nav({ pageName }: { pageName: string }) { href="/" className="text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-medium" onClick={() => { - SignOut(); + signOut(); }} > Log Out