diff --git a/web/components/user-page.tsx b/web/components/user-page.tsx index 192b3ec5..2c8177c5 100644 --- a/web/components/user-page.tsx +++ b/web/components/user-page.tsx @@ -43,21 +43,21 @@ export function UserPage(props: { user: User; currentUser?: User }) { + {/* Banner image up top, with an circle avatar overlaid */}
-
- {/* Then the user's name, username, brief bio, and link to their twitter */} + {/* Profile details: name, username, bio, and link to twitter/discord */} {user.name} @{user.username}