mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: Authors showing on the course page
This commit is contained in:
parent
4e7a06b74e
commit
5a80dd17f1
5 changed files with 353 additions and 128 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue