mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 16:58:50 +00:00
UserAvatar size
This commit is contained in:
parent
1966eddb99
commit
63111a5185
1 changed files with 1 additions and 5 deletions
|
@ -45,7 +45,3 @@ export default function UserAvatar({ username, size = 40 }: UserAvatarProps) {
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ---------------- Exemplarische Verwendung ----------------
|
|
||||||
// <UserAvatar username={user?.username ?? "Unknown User"} src={user?.avatarUrl} />
|
|
||||||
// ---------------------------------------------------------
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue