Fixed weird hovering issues
This commit is contained in:
parent
e4b0b87e9f
commit
45fd654ef1
3 changed files with 10 additions and 3 deletions
src/components/cards
|
@ -25,7 +25,7 @@ const loadedImage = plsLoadImage(images, imagePath)
|
|||
aria-label=`${name} - new window`
|
||||
>
|
||||
<div class="heading">{name}</div>
|
||||
<Image src={loadedImage} alt={name} />
|
||||
<Image src={loadedImage} alt={name} loading={'eager'}/>
|
||||
<h2 class="subtext">
|
||||
{origin}
|
||||
</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue