Skip to content

Commit

Permalink
Fix alt text on logo, closes #613
Browse files Browse the repository at this point in the history
Zmenení alternatívny text pri logu Návody.Digital

Co-authored-by: Jano Suchal <[email protected]>
  • Loading branch information
mrtineu and jsuchal authored Apr 26, 2024
1 parent 68a64f5 commit f6da821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/components/_header.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header class="sdn-header sdn-header-950" role="banner" data-module="sdn-header">
<div class="sdn-header__container govuk-width-container sdn-header__container--logo">
<%= link_to root_path, class: 'sdn-header__link' do %>
<%= image_tag "logo.svg", alt: "Životné situácie" %>
<%= image_tag "logo.svg", alt: "Návody.Digital" %>
<% end %>
<div class="sdn-header__content">
<button type="button" role="button" class="sdn-header__menu-button js-header-toggle" aria-controls="navigation" aria-label="Show or hide Top Level Navigation">Menu</button>
Expand Down

0 comments on commit f6da821

Please sign in to comment.