fix: Authors showing on the course page

This commit is contained in:
swve 2025-03-22 13:49:07 +01:00
parent 4e7a06b74e
commit 5a80dd17f1
5 changed files with 353 additions and 128 deletions

View file

@ -80,7 +80,7 @@ function UserAvatar(props: UserAvatarProps) {
${props.border ? `border ${props.border}` : ''}
${props.borderColor ?? 'border-white'}
${props.backgroundColor ?? 'bg-gray-100'}
shadow-xl
shadow-md shadow-gray-300/45
aspect-square
w-[${props.width ?? 50}px]
h-[${props.width ?? 50}px]