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
+1 -1
View File
@@ -14,7 +14,7 @@
--color-disabled: #FFFFFF61;
--radius-normal: 10px;
--text-sm2: 13px;
--radius-container: 30px;
--radius-container: 24px;
}
* {
+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