Remove unnecessary classes on avatar img
I don't believe these have any visible effect.
This commit is contained in:
parent
a004d3a4bf
commit
f6c8ff8d2d
|
@ -31,7 +31,7 @@ export function Avatar(props: {
|
|||
{avatarUrl ? (
|
||||
<img
|
||||
className={clsx(
|
||||
'flex items-center justify-center rounded-full object-cover',
|
||||
'rounded-full object-cover',
|
||||
`w-${s} h-${s}`,
|
||||
!noLink && 'cursor-pointer',
|
||||
className
|
||||
|
|
Loading…
Reference in New Issue
Block a user