From 7a87138d1ce4d7c179886ff89cec7b0159d15884 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Wed, 16 Feb 2022 10:42:28 -0800 Subject: [PATCH] Minor tweaks --- web/components/user-page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}