diff --git a/components/ProfileCard/ProfileCard.tsx b/components/ProfileCard/ProfileCard.tsx index 626886e..e32f3ea 100644 --- a/components/ProfileCard/ProfileCard.tsx +++ b/components/ProfileCard/ProfileCard.tsx @@ -20,14 +20,15 @@ type UserProfileCardProps = { accentColor?: string; }; -let placeholderPicture = "https://placewaifu.com/image/128?greyscale&blur"; - const ProfileCard = (user: UserProfileCardProps) => { return ( <>
- {user.username} + {user.username}

{user.username}

@@ -97,7 +98,7 @@ const ProfileCard = (user: UserProfileCardProps) => { badgeImage?: string; }) => { return ( -
+

{el.badgeName}

{el.badgeDesc}