remove dashboard buttong

This commit is contained in:
MartinBraquet
2025-07-30 14:51:39 +02:00
parent 1d6f90757a
commit abf8838f2f

View File

@@ -49,12 +49,12 @@ export default function Header() {
>
My Profile
</Link>
<Link
href="/profiles"
className="bg-blue-500 text-white px-4 py-2 rounded-lg hover:bg-blue-600 transition"
>
Dashboard
</Link>
{/*<Link*/}
{/* href="/profiles"*/}
{/* className="bg-blue-500 text-white px-4 py-2 rounded-lg hover:bg-blue-600 transition"*/}
{/*>*/}
{/* Dashboard*/}
{/*</Link>*/}
<button
onClick={() => signOut({callbackUrl: "/"})}
className="bg-red-500 text-white px-3 py-2 rounded-lg hover:bg-red-600 transition"