Add profile link to Navigation component for user access, enhancing navigation options.

This commit is contained in:
Julien Froidefond
2025-12-09 12:46:29 +01:00
parent f732eb7385
commit 447ef9d076
7 changed files with 559 additions and 0 deletions

View File

@@ -57,6 +57,12 @@ export default function Navigation() {
{session ? (
<>
<PlayerStats />
<Link
href="/profile"
className="text-white hover:text-pixel-gold transition text-xs font-normal uppercase tracking-widest"
>
PROFIL
</Link>
<button
onClick={() => signOut()}
className="text-gray-400 hover:text-pixel-gold transition text-xs font-normal uppercase tracking-widest"