(cq) add alt attribute on app icon

This commit is contained in:
Simon Vieille 2022-08-21 15:53:26 +02:00
parent ca7e8674e4
commit 983fabd460
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<template>
<li v-bind:class="classes">
<a v-bind:href="href" :target="target" v-bind:title="label">
<img class="side-menu-app-icon" v-bind:src="icon"></span>
<img class="side-menu-app-icon" v-bind:src="icon" v-bind:alt="label" />
<span class="side-menu-app-text" v-html="label"></span>
</a>
</li>