Removed the Navbar calls

This commit is contained in:
Tiago Ribeiro
2023-05-26 20:26:11 +01:00
parent 9ed3672cb6
commit 31dc29b812

View File

@@ -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" />