remove: profile page link from home page
This commit is contained in:
+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