Skip to content

Commit fcea1d0

Browse files
author
Trystan EVENO
committed
fix (DsfrHeader): 🐛 ajoute un texte cachĂ© pour le bouton de menu
1 parent c87df34 commit fcea1d0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src/components/DsfrHeader/DsfrHeader.vue‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,11 @@ provide(registerNavigationLinkKey, () => {
168168
:title="menuLabel"
169169
data-testid="open-menu-btn"
170170
@click.prevent.stop="showMenu()"
171-
/>
171+
>
172+
<span class="fr-sr-only">
173+
{{ menuLabel }}
174+
</span>
175+
</button>
172176
</div>
173177
</div>
174178
<div

0 commit comments

Comments
 (0)