UserAvatar size

This commit is contained in:
Ilay Eble 2025-06-29 15:58:10 +02:00 committed by MisbehavedNinjaRadiator
parent e7c3f594bf
commit c5de82df41

View file

@ -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} />
// ---------------------------------------------------------