remove: profile page link from home page
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
|||||||
--color-disabled: #FFFFFF61;
|
--color-disabled: #FFFFFF61;
|
||||||
--radius-normal: 10px;
|
--radius-normal: 10px;
|
||||||
--text-sm2: 13px;
|
--text-sm2: 13px;
|
||||||
--radius-container: 30px;
|
--radius-container: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|||||||
+2
-2
@@ -15,8 +15,8 @@ export default function Home() {
|
|||||||
{!isAuthenticated && <Link href={"/auth"}>Login</Link>}
|
{!isAuthenticated && <Link href={"/auth"}>Login</Link>}
|
||||||
{isAuthenticated &&
|
{isAuthenticated &&
|
||||||
<div>
|
<div>
|
||||||
<Link href={"/profile"}>Profile</Link>
|
{/* <Link href={"/profile"}>Profile</Link>
|
||||||
<br />
|
<br /> */}
|
||||||
<Link href={""} onClick={logout}>Logout</Link>
|
<Link href={""} onClick={logout}>Logout</Link>
|
||||||
</div>}
|
</div>}
|
||||||
<Image
|
<Image
|
||||||
|
|||||||
Reference in New Issue
Block a user