Skip to content

Commit

Permalink
A11y
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 authored Feb 7, 2025
1 parent 63d8e86 commit 32b26e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/TopBanner/TopBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ const TopBanner = ({
<button
onClick={onPrevClick}
className="p-2 rounded bg-white/20 hover:bg-white/40"
title="Précédent"
>
<IoIosArrowBack className="text-white" size={24} />
</button>
<button
onClick={onNextClick}
className="p-2 rounded bg-white/20 hover:bg-white/40"
title="Suivant"
>
<IoIosArrowForward className="text-white" size={24} />
</button>
Expand Down

0 comments on commit 32b26e2

Please sign in to comment.