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 9ebcdba commit b784fa5Copy full SHA for b784fa5
src/app/components/theme-toggle.tsx
@@ -34,7 +34,7 @@ export const ThemeToggle: React.FC = () => {
34
className="max-w-xs"
35
>
36
{themeOptions.map((option) => (
37
- <SelectItem key={option.key} value={option.key}>
+ <SelectItem key={option.key}>
38
{option.label}
39
</SelectItem>
40
))}
0 commit comments