fix: add more alt text
This commit is contained in:
parent
bd3f8f5d02
commit
7a78a89393
@ -24,6 +24,7 @@ const imgUrl = props.project.img
|
|||||||
:src="`/images/langs/${lang}.svg`"
|
:src="`/images/langs/${lang}.svg`"
|
||||||
v-for="(lang, index) in project.langs"
|
v-for="(lang, index) in project.langs"
|
||||||
:key="index"
|
:key="index"
|
||||||
|
:alt="`${lang} logo`"
|
||||||
/>
|
/>
|
||||||
<span
|
<span
|
||||||
class="text-xs text-gray-500 dark:text-gray-300 whitespace-nowrap"
|
class="text-xs text-gray-500 dark:text-gray-300 whitespace-nowrap"
|
||||||
|
Loading…
Reference in New Issue
Block a user