Styles: update styling for user page header

This commit is contained in:
Aaron William Po
2023-11-27 23:06:31 -05:00
parent 7c87be09cf
commit 0c09db24a7
3 changed files with 6 additions and 24 deletions

View File

@@ -52,6 +52,9 @@ const UserHeader: FC<UserHeaderProps> = ({ user }) => {
</span>
)}
</span>
<div className="w-6/12">
<p className="text-sm">{user.bio}</p>
</div>
<div className="h-20 flex items-center justify-center">
<UserFollowButton
mutateFollowerCount={mutateFollowerCount}