remove: profile page link from home page

This commit is contained in:
Mahyar Khanbolooki
2025-07-02 21:40:40 +03:30
parent 8a4b68b7a9
commit 001894d937
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ export default function Home() {
{!isAuthenticated && <Link href={"/auth"}>Login</Link>}
{isAuthenticated &&
<div>
<Link href={"/profile"}>Profile</Link>
<br />
{/* <Link href={"/profile"}>Profile</Link>
<br /> */}
<Link href={""} onClick={logout}>Logout</Link>
</div>}
<Image