Skip to content

Commit 9820777

Browse files
committed
Update _header.html.erb
1 parent bf0a26d commit 9820777

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

app/views/layouts/_header.html.erb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
<div class="container-fluid d-flex flex-row">
1313
<div class="navbar-brand p-0 m-0">
1414
<%= link_to(root_url, class: 'navbar-brand') do %>
15-
<%= image_tag('logo.svg', size: 20, class: 'mr-1',
16-
style: 'margin-bottom: 0.25rem;') %>
15+
<%= image_tag('logo.svg',
16+
size: 20, class: 'mr-1', style: 'margin-bottom: 0.25rem;',
17+
alt: 'SeqCode Logo'
18+
) %>
1719
SeqCode Registry
1820
<% end %>
1921
</div>

0 commit comments

Comments
 (0)