Skip to content

Commit a0d021f

Browse files
committed
feat: 메인 페이지 오픈 이벤트 배너 제거
1 parent 1c61a08 commit a0d021f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/home/Guide.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const Guide = () => {
5454
</div>
5555
</SwiperSlide>
5656

57-
<SwiperSlide>
57+
{/* <SwiperSlide>
5858
<div
5959
className="relative rounded-[12px] h-[200px] sm:h-[290px] bg-[url('/images/home/moaguide-main-event.png')] bg-cover cursor-pointer"
6060
onClick={handleEventClick}
@@ -72,11 +72,11 @@ const Guide = () => {
7272
</div>
7373
</div>
7474
</div>
75-
</SwiperSlide>
75+
</SwiperSlide> */}
7676
</Swiper>
77-
<div className="absolute bottom-2 right-4 bg-black bg-opacity-50 text-white px-2 py-1 rounded-full text-body7 z-[9999]">
77+
{/* <div className="absolute bottom-2 right-4 bg-black bg-opacity-50 text-white px-2 py-1 rounded-full text-body7 z-[9999]">
7878
{currentSlide}/{totalSlides}
79-
</div>
79+
</div> */}
8080
</div>
8181
);
8282
};

0 commit comments

Comments
 (0)