Skip to content

Commit

Permalink
add missing label
Browse files Browse the repository at this point in the history
  • Loading branch information
fpbrault committed May 28, 2024
1 parent 68bd419 commit 23818ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const PagerNextButton: FunctionalComponent<
return (
<Button
{...props}
ariaLabel={props.i18n.t('next')}
style="outline-primary"
part="next-button"
class="p-1 min-w-[2.5rem] min-h-[2.5rem] flex justify-center items-center"
Expand Down

0 comments on commit 23818ba

Please sign in to comment.