Skip to content

Commit

Permalink
Merge pull request timlrx#991 from ray-android/patch-3
Browse files Browse the repository at this point in the history
Resolve Issue timlrx#990
  • Loading branch information
timlrx authored Aug 11, 2024
2 parents 80bb673 + f04fc9d commit 6a540fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ThemeSwitch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const ThemeSwitch = () => {
<div className="mr-5 flex items-center">
<Menu as="div" className="relative inline-block text-left">
<div className="flex items-center justify-center hover:text-primary-500 dark:hover:text-primary-400">
<Menu.Button>
<Menu.Button aria-label="Theme switcher">
{mounted ? resolvedTheme === 'dark' ? <Moon /> : <Sun /> : <Blank />}
</Menu.Button>
</div>
Expand Down

0 comments on commit 6a540fc

Please sign in to comment.