Add aria-hidden, as the images are just decorative

This commit is contained in:
Oliver Davies 2019-06-29 22:41:33 +01:00
parent b0382f2f24
commit 91dde28037

View file

@ -8,7 +8,7 @@
<img v-bind="{
alt: `Screenshot of ${project.name}`,
src: projectImage
}" class="w-full mt-4 rounded shadow-2xl">
}" class="w-full mt-4 rounded shadow-2xl" aria-hidden>
</span>
<span class="block py-5 px-8 -mt-10 relative bg-white">