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.
2 parents 80bb673 + f04fc9d commit 6a540fcCopy full SHA for 6a540fc
components/ThemeSwitch.tsx
@@ -57,7 +57,7 @@ const ThemeSwitch = () => {
57
<div className="mr-5 flex items-center">
58
<Menu as="div" className="relative inline-block text-left">
59
<div className="flex items-center justify-center hover:text-primary-500 dark:hover:text-primary-400">
60
- <Menu.Button>
+ <Menu.Button aria-label="Theme switcher">
61
{mounted ? resolvedTheme === 'dark' ? <Moon /> : <Sun /> : <Blank />}
62
</Menu.Button>
63
</div>
0 commit comments