Skip to content

Commit

Permalink
Fix aria-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
TheE committed Oct 30, 2023
1 parent af75367 commit 61d6abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/layouts/layout.haml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
%header.site-header
.site-header--mobile-wrapper
%h1.site-header--titel
%a{:href=> '/', :aria-label=>"Home"}
%a{:href=> '/', :'aria-label'=>"Home"}
!=inline_svg "logo.svg", class: "site-header--logo"
%button#menu-button.site-header--btn.hamburger.hamburger--chop{:type=>'button', :aria-label=>"Toggle Navigation"}
%button#menu-button.site-header--btn.hamburger.hamburger--chop{:type=>'button', :'aria-label'=>"Toggle Navigation"}
.inner
%span.bar
%span.bar
Expand Down

0 comments on commit 61d6abe

Please sign in to comment.