logout
This commit is contained in:
parent
3be2ef6690
commit
42fb7a6a57
|
@ -143,7 +143,7 @@ export default function Layout({ title, children }) {
|
||||||
</Link>
|
</Link>
|
||||||
<a
|
<a
|
||||||
href
|
href
|
||||||
className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100"
|
className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 cursor-pointer"
|
||||||
role="menuitem"
|
role="menuitem"
|
||||||
onClick={handleSignOut}
|
onClick={handleSignOut}
|
||||||
>
|
>
|
||||||
|
@ -252,7 +252,7 @@ export default function Layout({ title, children }) {
|
||||||
<a
|
<a
|
||||||
href
|
href
|
||||||
onClick={handleSignOut}
|
onClick={handleSignOut}
|
||||||
className="block px-3 py-2 rounded-md text-base font-medium text-gray-400 hover:text-white hover:bg-gray-700"
|
className="block px-3 py-2 rounded-md text-base font-medium text-gray-400 hover:text-white hover:bg-gray-700 cursor-pointer"
|
||||||
>
|
>
|
||||||
Sign out
|
Sign out
|
||||||
</a>
|
</a>
|
||||||
|
|
Reference in New Issue