Fixed weird hovering issues

This commit is contained in:
Firq 2024-07-20 16:34:21 +02:00
parent e4b0b87e9f
commit 45fd654ef1
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 10 additions and 3 deletions
src/components/cards

View file

@ -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>