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 c0370df commit cd586daCopy full SHA for cd586da
.eslintrc.json
@@ -1,3 +1,6 @@
1
{
2
- "extends": "next/core-web-vitals"
+ "extends": "next/core-web-vitals",
3
+ "rules": {
4
+ "@next/next/no-img-element": "off"
5
+ }
6
}
components/layout/ThemeToggle.tsx
@@ -79,7 +79,6 @@ export default function ThemeToggle() {
79
onClick={toggleTheme}
80
className="transition-theme flex items-center justify-center"
81
aria-label={getTooltipTitle()}
82
- aria-pressed={isDark}
83
role="switch"
84
aria-checked={isDark}
85
style={{
0 commit comments