Skip to content

Commit 0e35f3d

Browse files
authored
Merge pull request #162 from Jeju-Month/main
[fix] : svg 경로 수정
2 parents 967ca6a + 6481c50 commit 0e35f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Homepage/components/Community/Carousel.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ const Carousel = ({ slides, options }) => {
4747
disabled={prevBtnDisabled}
4848
className="absolute top-133 -left-35 w-30 h-30 flex justify-center items-center rounded-full shadow-2md"
4949
>
50-
<img src={'/public/icons/left-array.svg'} />
50+
<img src="/icons/left-array.svg" alt="left-carousel-button" />
5151
</button>
5252
<button
5353
onClick={onNextButtonClick}
5454
disabled={nextBtnDisabled}
5555
className="absolute top-133 -right-35 w-30 h-30 flex justify-center items-center rounded-full shadow-2md"
5656
>
57-
<img src={'/public/icons/right-array2.svg'} />
57+
<img src="/icons/right-array2.svg" alt="right-carousel-button" />
5858
</button>
5959
</div>
6060
</div>

0 commit comments

Comments
 (0)