We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30d3d5 commit 0d80406Copy full SHA for 0d80406
src/site/_includes/header.njk
@@ -15,7 +15,8 @@
15
16
<header class="page-header sm:flex sm:flex-col sm:h-screen">
17
<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>
+ <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>
20
</a>
21
<details open data-force-state
22
data-force-state-closed="(max-width: 39.9375em)"
0 commit comments