Skip to content

Commit

Permalink
LOYALIST-33 Carousel Nav Next/Prev button accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Oct 24, 2024
1 parent b1c7c90 commit 8f94113
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
autoplayHoverPause: true,
dots: false,
nav: true,
navText: ["<i class='fa-solid fa-xl fa-chevron-left'></i>","<i class='fa-solid fa-xl fa-chevron-right'></i>"],
navText: [
"<i class='fa-solid fa-xl fa-chevron-left' aria-label='Previous Slide'></i>",
"<i class='fa-solid fa-xl fa-chevron-right' aria-label='Next Slide'></i>"
],
});

function toggleOwlAutoplay() {
Expand Down

0 comments on commit 8f94113

Please sign in to comment.