Skip to content

Commit

Permalink
Merge branch 'master' into copy-president-app-to-eu
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Apr 26, 2024
2 parents da61eb3 + f6da821 commit 07d6ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/components/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div class="sdn-footer__social">
<a href="https://www.facebook.com/slovensko.digital/" target="_blank" class="footer-icon footer-icon__facebook"><span>facebook</span></a>
<a href="https://github.com/slovensko-digital/navody.digital" target="_blank" class="footer-icon footer-icon__github"><span>github</span></a>
<a href="https://www.youtube.com/channel/UCbpnKa1XOIpQLYUQ2dz7Sng" target="_blank" class="footer-icon footer-icon__youtube"><span>github</span></a>
<a href="https://www.youtube.com/channel/UCbpnKa1XOIpQLYUQ2dz7Sng" target="_blank" class="footer-icon footer-icon__youtube"><span>youtube</span></a>
</div>
</div>

Expand Down
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 07d6ed8

Please sign in to comment.