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

@@ -27,7 +27,12 @@ onMounted(async () => {
title="Latest commit"
:clearstyles="true"
>
<img class="m-0 w-full h-full" :src="imgUrl" id="github-commit-img" />
<img
class="m-0 w-full h-full"
:src="imgUrl"
id="github-commit-img"
alt="Latest GitHub commit"
/>
<!--
<div>
<h2>{{ title }}</h2>