Add aria-hidden, as the images are just decorative
This commit is contained in:
parent
b0382f2f24
commit
91dde28037
|
@ -8,7 +8,7 @@
|
||||||
<img v-bind="{
|
<img v-bind="{
|
||||||
alt: `Screenshot of ${project.name}`,
|
alt: `Screenshot of ${project.name}`,
|
||||||
src: projectImage
|
src: projectImage
|
||||||
}" class="w-full mt-4 rounded shadow-2xl">
|
}" class="w-full mt-4 rounded shadow-2xl" aria-hidden>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class="block py-5 px-8 -mt-10 relative bg-white">
|
<span class="block py-5 px-8 -mt-10 relative bg-white">
|
||||||
|
|
Loading…
Reference in a new issue