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 05485af commit 3c8fd1cCopy full SHA for 3c8fd1c
src/app/layout/header.tsx
@@ -122,7 +122,7 @@ export default function Header() {
122
onClick={handleLinkClick}
123
target={menu.target} // target属性を追加
124
className={`${chakraPetch.className} block py-2 md:py-0 hover:text-[var(--foreground)]`}
125
- ariaLabel={menu.label}
+ aria-label={menu.label}
126
style={{
127
fontStyle: "italic",
128
}}
0 commit comments