fix: get current user server side in navbar. fix: adjust breadcump styling on account component
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export default async function UserProfilePage({
|
||||
params,
|
||||
}: {
|
||||
params: { id: string };
|
||||
}) {
|
||||
// TODO: Profile page. Display profile and user's post
|
||||
return <h1>{params.id}</h1>;
|
||||
}
|
||||
Reference in New Issue
Block a user