We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0a26d commit 9820777Copy full SHA for 9820777
1 file changed
app/views/layouts/_header.html.erb
@@ -12,8 +12,10 @@
12
<div class="container-fluid d-flex flex-row">
13
<div class="navbar-brand p-0 m-0">
14
<%= link_to(root_url, class: 'navbar-brand') do %>
15
- <%= image_tag('logo.svg', size: 20, class: 'mr-1',
16
- style: 'margin-bottom: 0.25rem;') %>
+ <%= image_tag('logo.svg',
+ size: 20, class: 'mr-1', style: 'margin-bottom: 0.25rem;',
17
+ alt: 'SeqCode Logo'
18
+ ) %>
19
SeqCode Registry
20
<% end %>
21
</div>
0 commit comments