This commit is contained in:
2025-08-18 23:04:44 +02:00
parent c4c40c6499
commit 3318d2fde0
43 changed files with 2020 additions and 58 deletions

View File

@@ -4,7 +4,7 @@ export function NavLink({ href, children }) {
return (
<Link
href={href}
className="inline-block rounded-lg px-2 py-1 text-sm text-gray-400 hover:bg-gold-600 hover:text-slate-900"
className="inline-block rounded-lg px-2 py-1 text-sm text-white hover:bg-gold-600 hover:text-slate-900"
>
{children}
</Link>