mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 22:16:58 +00:00
Fixed priority
This commit is contained in:
parent
767245672c
commit
70b869739f
@ -28,6 +28,7 @@ export function Grid({
|
|||||||
}`}
|
}`}
|
||||||
alt={image.alt}
|
alt={image.alt}
|
||||||
key={index}
|
key={index}
|
||||||
|
priority={index === 0 ? true : false}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user