Skip to content

Commit 3c8fd1c

Browse files
Update header.tsx
1 parent 05485af commit 3c8fd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export default function Header() {
122122
onClick={handleLinkClick}
123123
target={menu.target} // target属性を追加
124124
className={`${chakraPetch.className} block py-2 md:py-0 hover:text-[var(--foreground)]`}
125-
ariaLabel={menu.label}
125+
aria-label={menu.label}
126126
style={{
127127
fontStyle: "italic",
128128
}}

0 commit comments

Comments
 (0)