remove: profile page link from home page
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
||||
--color-disabled: #FFFFFF61;
|
||||
--radius-normal: 10px;
|
||||
--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 &&
|
||||
<div>
|
||||
<Link href={"/profile"}>Profile</Link>
|
||||
<br />
|
||||
{/* <Link href={"/profile"}>Profile</Link>
|
||||
<br /> */}
|
||||
<Link href={""} onClick={logout}>Logout</Link>
|
||||
</div>}
|
||||
<Image
|
||||
|
||||
Reference in New Issue
Block a user