Add alt to logo

This commit is contained in:
Eric Schultz 2018-06-06 10:30:10 -05:00
parent c85524163b
commit b122c52e9a

View file

@ -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>