Fix issue with preloading of avatar image

This commit is contained in:
r-freeman 2023-01-21 23:49:32 +00:00
parent c1801a9e07
commit 3246c60a30

View File

@ -247,7 +247,6 @@ function Avatar({large = false, className, ...props}: { large?: boolean, style?:
'rounded-full bg-zinc-100 object-cover dark:bg-zinc-800',
large ? 'h-16 w-16' : 'h-9 w-9'
)}
priority
placeholder="blur"
/>
</Link>