mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
fixed signout bug
This commit is contained in:
parent
3506b3495b
commit
c8a6a30e41
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue