fix: add alt text

This commit is contained in:
eggy
2023-04-18 15:08:15 -04:00
parent a6d376db80
commit bd3f8f5d02
4 changed files with 13 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ const imgUrl = `/images/services/${props.img}`;
:class="['no-underline', { unclickable: unclickable || broken, broken }]"
>
<div class="card flex flex-col items-center justify-around">
<img class="m-0" :src="imgUrl" />
<img class="m-0" :src="imgUrl" :alt="`${name} logo`" />
<h3 class="m-0">{{ props.name }}</h3>
<p class="desc-text text-gray-600 dark:text-gray-200"><slot /></p>
</div>