UserAvatar size

This commit is contained in:
Ilay Eble 2025-06-29 15:58:10 +02:00 committed by MisbehavedNinjaRadiator
parent 1966eddb99
commit 63111a5185

View file

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