mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-22 18:35:40 +00:00
Fix issue with preloading of avatar image
This commit is contained in:
parent
c1801a9e07
commit
3246c60a30
@ -247,7 +247,6 @@ function Avatar({large = false, className, ...props}: { large?: boolean, style?:
|
|||||||
'rounded-full bg-zinc-100 object-cover dark:bg-zinc-800',
|
'rounded-full bg-zinc-100 object-cover dark:bg-zinc-800',
|
||||||
large ? 'h-16 w-16' : 'h-9 w-9'
|
large ? 'h-16 w-16' : 'h-9 w-9'
|
||||||
)}
|
)}
|
||||||
priority
|
|
||||||
placeholder="blur"
|
placeholder="blur"
|
||||||
/>
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
|
Loading…
Reference in New Issue
Block a user