fixed signout bug

This commit is contained in:
Khalim Conn-Kowlessar 2023-05-25 14:02:05 +01:00
parent 3506b3495b
commit c8a6a30e41

View file

@ -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