Implemented a simple page to view the currently registered users
This commit is contained in:
@@ -17,9 +17,7 @@ export default function ProfileCard({user, className}: Props) {
|
||||
<img src={user.profilePicture} alt="Profile picture" className="rounded-full" />
|
||||
</div>
|
||||
<div className="flex flex-col justify-center">
|
||||
<span className="text-neutral-600 font-bold text-2xl">
|
||||
{user.name.first} {user.name.last}
|
||||
</span>
|
||||
<span className="text-neutral-600 font-bold text-2xl">{user.name}</span>
|
||||
<LevelLabel experience={user.experience} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user