Removed the Navbar calls
This commit is contained in:
@@ -37,7 +37,6 @@ export default function Profile({user}: {user: User}) {
|
|||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
</Head>
|
</Head>
|
||||||
<main className="w-full h-screen flex flex-col items-center bg-neutral-100">
|
<main className="w-full h-screen flex flex-col items-center bg-neutral-100">
|
||||||
<Navbar userType={user.type} profilePicture={user.profilePicture} />
|
|
||||||
<div className="w-full h-full flex flex-col items-center justify-center p-4 relative">
|
<div className="w-full h-full flex flex-col items-center justify-center p-4 relative">
|
||||||
<section className="bg-white drop-shadow-xl p-4 rounded-xl w-96 flex flex-col items-center">
|
<section className="bg-white drop-shadow-xl p-4 rounded-xl w-96 flex flex-col items-center">
|
||||||
<Avatar image={user.profilePicture} size="xlarge" shape="circle" />
|
<Avatar image={user.profilePicture} size="xlarge" shape="circle" />
|
||||||
|
|||||||
Reference in New Issue
Block a user