We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 967ca6a + 6481c50 commit 0e35f3dCopy full SHA for 0e35f3d
src/pages/Homepage/components/Community/Carousel.jsx
@@ -47,14 +47,14 @@ const Carousel = ({ slides, options }) => {
47
disabled={prevBtnDisabled}
48
className="absolute top-133 -left-35 w-30 h-30 flex justify-center items-center rounded-full shadow-2md"
49
>
50
- <img src={'/public/icons/left-array.svg'} />
+ <img src="/icons/left-array.svg" alt="left-carousel-button" />
51
</button>
52
<button
53
onClick={onNextButtonClick}
54
disabled={nextBtnDisabled}
55
className="absolute top-133 -right-35 w-30 h-30 flex justify-center items-center rounded-full shadow-2md"
56
57
- <img src={'/public/icons/right-array2.svg'} />
+ <img src="/icons/right-array2.svg" alt="right-carousel-button" />
58
59
</div>
60
0 commit comments