2
2
mirror of https://github.com/Thream/website.git synced 2024-07-06 18:40:12 +02:00

fix: disable lazy-loading for logo image in Header

This commit is contained in:
Divlo 2022-12-13 12:04:54 +01:00
parent 8f5bc2fe21
commit e8a9ce4e69
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -11,6 +11,7 @@ export const Header: React.FC = () => {
<Link href='/'>
<div className='flex items-center justify-center'>
<Image
priority
quality={100}
width={60}
height={60}