Skip to content

Commit 0d80406

Browse files
committed
Add a11y text to logo
1 parent c30d3d5 commit 0d80406

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/site/_includes/header.njk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616
<header class="page-header sm:flex sm:flex-col sm:h-screen">
1717
<a href="/" class="block text-white hover:text-pink-900 mx-8 py-8">
18-
<svg role="img" aria-label="Jamstack" aria-hidden="true" focusable="false" width="163" height="31"><use xlink:href="#logo-jamstack"></use></svg>
18+
<svg role="img" aria-hidden="true" focusable="false" width="163" height="31"><use xlink:href="#logo-jamstack"></use></svg>
19+
<span class="sr-only">Jamstack</span>
1920
</a>
2021
<details open data-force-state
2122
data-force-state-closed="(max-width: 39.9375em)"

0 commit comments

Comments
 (0)