nav, status

This commit is contained in:
Timur Ercan
2023-01-12 12:16:14 +01:00
parent 50a9c3d99e
commit b15b4c6741
2 changed files with 11 additions and 18 deletions
+2 -2
View File
@@ -210,14 +210,14 @@ export default function TopNavigation() {
</div>
<div className="mt-3 space-y-1">
{userNavigation.map((item) => (
<Disclosure.Button
<Link
key={item.name}
as="a"
href={item.href}
className="block px-4 py-2 text-base font-medium text-gray-500 hover:bg-gray-100 hover:text-gray-800"
>
{item.name}
</Disclosure.Button>
</Link>
))}
</div>
</div>