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 14f9053 commit c1cd9f7Copy full SHA for c1cd9f7
layouts/partials/header.html
@@ -26,7 +26,7 @@
26
</div>
27
<div class="flex items-center gap-6">
28
<div id="docsearch"></div>
29
- <button id="theme-switch" class="svg-icon"
+ <button aria-label="Theme switch" id="theme-switch" class="svg-icon"
30
x-data="{ theme: localStorage.getItem('theme-preference') }" x-init="$watch('theme', value => {
31
localStorage.setItem('theme-preference', value);
32
document.firstElementChild.className = value;
0 commit comments