Add alt to logo
This commit is contained in:
parent
c85524163b
commit
b122c52e9a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<% if @theme == 'minimal' %>
|
||||
<div class="minimalHeader">
|
||||
<div class="container">
|
||||
<img src="<%= image_path(Settings.general.logo_full) %>">
|
||||
<img src="<%= image_path(Settings.general.logo_full) %>" alt="Logo">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue