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

@@ -34,10 +34,11 @@ const getSvgIcon = async (name: string) => {
:src="`/nav/${item.title.toLowerCase()}.svg`"
class="m-0"
preload="auto"
:alt="`${item.title} logo`"
/>
{{ item.title }}
</a>
<hr class="m-0 m-2" v-if="index !== navItems.length - 1" />
<hr class="m-2" v-if="index !== navItems.length - 1" />
</li>
</div>
</div>