mirror of
https://github.com/mue/mue.git
synced 2026-07-26 18:21:27 +02:00
fix: carousel and quicklink translations
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user