feat: add footer

This commit is contained in:
Stevan Freeborn
2023-09-11 21:23:37 -05:00
parent c4348d9b5e
commit 48e14d41b2
10 changed files with 74 additions and 20 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export default async function UserProfilePage({
}
return (
<main className='flex flex-col w-full h-full items-center'>
<main className='flex flex-col flex-1 w-full items-center'>
<div className='w-full max-w-4xl'>
<UserProfile user={user} />
<UserPosts user={user} />