mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
UserAvatar size
This commit is contained in:
parent
e7c3f594bf
commit
c5de82df41
1 changed files with 1 additions and 5 deletions
|
@ -44,8 +44,4 @@ export default function UserAvatar({ username, size = 40 }: UserAvatarProps) {
|
||||||
</Typography>
|
</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ---------------- Exemplarische Verwendung ----------------
|
|
||||||
// <UserAvatar username={user?.username ?? "Unknown User"} src={user?.avatarUrl} />
|
|
||||||
// ---------------------------------------------------------
|
|
Loading…
Add table
Add a link
Reference in a new issue