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 ? (
|
{avatarUrl ? (
|
||||||
<img
|
<img
|
||||||
className={clsx(
|
className={clsx(
|
||||||
'flex items-center justify-center rounded-full object-cover',
|
'rounded-full object-cover',
|
||||||
`w-${s} h-${s}`,
|
`w-${s} h-${s}`,
|
||||||
!noLink && 'cursor-pointer',
|
!noLink && 'cursor-pointer',
|
||||||
className
|
className
|
||||||
|
|
Loading…
Reference in New Issue
Block a user