Skip to content

Commit

Permalink
feat: add aria-label to home page link
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Jun 26, 2023
1 parent 837da9b commit 1bbcaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</script>

<header>
<a class="logo" href="/">
<a class="logo" aria-label="Gå til forsiden" href="/">
<Logo />
</a>
<nav>
Expand Down

0 comments on commit 1bbcaae

Please sign in to comment.