mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
chore: replace priority attribute with loading="eager" for images
This commit is contained in:
@@ -26,7 +26,7 @@ const SkillsSection: React.FC = () =>
|
||||
{ skills.map((i, index) =>
|
||||
<Image key={ index }
|
||||
src={ i.image.src } alt={ i.image.alt }
|
||||
hidden={ selection !== index } />
|
||||
hidden={ selection !== index } loading="eager" />
|
||||
) }
|
||||
|
||||
{ selection === 4 &&
|
||||
|
||||
Reference in New Issue
Block a user