From 61d6abeb2393314a8f35fe0dc07519d5c7bede0f Mon Sep 17 00:00:00 2001 From: TheE Date: Mon, 30 Oct 2023 09:31:48 +0100 Subject: [PATCH] Fix aria-labels --- source/layouts/layout.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/layouts/layout.haml b/source/layouts/layout.haml index e3bad532..da692109 100644 --- a/source/layouts/layout.haml +++ b/source/layouts/layout.haml @@ -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