Skip to content

Commit f5c61e7

Browse files
author
Charlotte Gieltjes
committed
fix: e2e test breaks because of inaccessible link in PageHeader for Logo
1 parent e9ba4a7 commit f5c61e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/src/layouts/document.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const footerNavigationItems = [
101101
<SkipLink href="#main">Naar de inhoud</SkipLink>
102102
<PageLayout>
103103
<PageHeader>
104-
<a href="/"><Logo /></a>
104+
<a href="/" aria-label="Link naar Homepagina"><Logo /></a>
105105
</PageHeader>
106106
<NavBar aria-labelledby="hoofdnavigatie-label">
107107
<h2 hidden id="hoofdnavigatie-label">Hoofdmenu</h2>

0 commit comments

Comments
 (0)