fix: carousel and quicklink translations

This commit is contained in:
alexsparkes
2022-10-20 21:01:37 +01:00
parent 60008e291e
commit 0205cdd8c4
15 changed files with 130 additions and 33 deletions

View File

@@ -66,7 +66,6 @@ export default function EmblaCarousel({ data }) {
className="carousel_button prev"
onClick={() => scroll('prev')}
disabled={!prevBtnEnabled}
title="Previous"
>
<MdOutlineArrowBackIos />
</button>
@@ -74,7 +73,6 @@ export default function EmblaCarousel({ data }) {
className="carousel_button next"
onClick={() => scroll('next')}
disabled={!nextBtnEnabled}
title="Next"
>
<MdOutlineArrowForwardIos />
</button>