Skip to content

Commit 59f1988

Browse files
authored
Merge pull request #469 from codegouvfr/fix/remove-aria-haspopup-burger-mobile
fix: removed aria-haspopup on Header
2 parents 3b4f71b + 4c7fa86 commit 59f1988

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Header/Header.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ export const Header = memo(
311311
className={fr.cx("fr-btn--menu", "fr-btn")}
312312
data-fr-opened="false"
313313
aria-controls={menuModalId}
314-
aria-haspopup="menu"
315314
id={menuButtonId}
316315
title={t("menu")}
317316
>

0 commit comments

Comments
 (0)