add missing img alt
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Simon Vieille 2022-12-04 00:47:30 +01:00
parent 4d05079c70
commit 24c87c0104
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{{ label }}
<span class="avatardiv avatardiv-shown">
<img v-bind:src="avatar">
<img v-bind:src="avatar" :alt="label">
</span>
</a>
</div>