fix: add more alt text

This commit is contained in:
eggy 2023-04-18 15:09:01 -04:00
parent bd3f8f5d02
commit 7a78a89393

View File

@ -24,6 +24,7 @@ const imgUrl = props.project.img
:src="`/images/langs/${lang}.svg`"
v-for="(lang, index) in project.langs"
:key="index"
:alt="`${lang} logo`"
/>
<span
class="text-xs text-gray-500 dark:text-gray-300 whitespace-nowrap"