mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
super basic account page with link on Index page
This commit is contained in:
@@ -4,7 +4,7 @@ import Avatar from "@/components/avatar";
|
||||
export default function SmallUserDisplay({ user }: { user: UserRecord }) {
|
||||
return (
|
||||
<div className="flex gap-2 items-center">
|
||||
{user.name} <Avatar user={user} />
|
||||
{user.name} <Avatar user={user} size={6} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user