fix: add missing alt text to images

This commit is contained in:
Sebin Nyshkim 2022-09-28 02:32:42 +02:00
parent cae7c1778f
commit 46a7b2833d

View file

@ -29,7 +29,10 @@ const colors = [
" "
type="image/webp" type="image/webp"
/> />
<img src="@/assets/viktor-ref-SFW-alpha.png?w=700&png" alt="" /> <img
src="@/assets/viktor-ref-SFW-alpha.png?w=700&png"
alt="Viktor Ref by sabertoofs"
/>
<template #caption> <template #caption>
Viktor Ref &copy; <a href="http://twitter.com/sabertoofs">sabertoofs</a> Viktor Ref &copy; <a href="http://twitter.com/sabertoofs">sabertoofs</a>
@ -68,10 +71,14 @@ const colors = [
@/assets/viktor-front-SFW-alpha.png?w=400;700;1000&webp&quality=100&srcset @/assets/viktor-front-SFW-alpha.png?w=400;700;1000&webp&quality=100&srcset
" "
/> />
<img src="@/assets/viktor-front-SFW-alpha.png?w=700&png" alt="" /> <img
src="@/assets/viktor-front-SFW-alpha.png?w=700&png"
alt="Viktor frontal shot by sabertoofs"
/>
<template #caption> <template #caption>
Viktor Ref &copy; <a href="http://twitter.com/sabertoofs">sabertoofs</a> Viktor frontal shot &copy;
<a href="http://twitter.com/sabertoofs">sabertoofs</a>
</template> </template>
</RefImage> </RefImage>