Skip to content

Commit

Permalink
chore: implement header dialog aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovareiro29 committed Sep 3, 2024
1 parent 687b642 commit 802b357
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/partials/base/b_header.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@
</a>

<div class='d-flex align-items-center gap-4'>
<div id='header-nav' class='offcanvas offcanvas-end' aria-modal='true' role='dialog'>
<div
id='header-nav'
class='offcanvas offcanvas-end'
aria-modal='true'
role='dialog'
aria-label='Hauptnavigation'
>
<div class='offcanvas-header d-flex gap-4 d-xl-none justify-content-end'>
<a href='./overview' class='link fs-3' aria-label='Datensätze suchen'><i class='bi bi-search'></i></a>
<button type='button' class='btn btn-outline-light' data-bs-dismiss='offcanvas' aria-label='Schließen'>
Expand Down

0 comments on commit 802b357

Please sign in to comment.