empty alt on logo image

The alt does not provide any useful information for screenreader users. It just adds noise.
This commit is contained in:
llune 2018-08-02 21:21:00 +02:00 committed by GitHub
parent 75c4b0d03b
commit a71e1aa73e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div class="pure-u-lg-0 pure-u-1">
<div class="pure-menu">
<a href="{$titleLink}" class="pure-menu-link shaarli-title" id="shaarli-title-mobile">
<img src="img/icon.png" width="16" height="16" class="head-logo" alt="logo" />
<img src="img/icon.png" width="16" height="16" class="head-logo" alt="" />
{$shaarlititle}
</a>
<a href="#" class="menu-toggle" id="menu-toggle"><s class="bar"></s><s class="bar"></s></a>