This commit is contained in:
Karol Wypchlo 2021-02-16 12:35:33 +01:00
parent 1c1d0789cc
commit 3be2ef6690
1 changed files with 2 additions and 0 deletions

View File

@ -142,6 +142,7 @@ export default function Layout({ title, children }) {
</a> </a>
</Link> </Link>
<a <a
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"
role="menuitem" role="menuitem"
onClick={handleSignOut} onClick={handleSignOut}
@ -249,6 +250,7 @@ export default function Layout({ title, children }) {
</a> </a>
</Link> </Link>
<a <a
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"
> >