Add profile link to Navigation component for user access, enhancing navigation options.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user