File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const Guide = () => {
54
54
</ div >
55
55
</ SwiperSlide >
56
56
57
- < SwiperSlide >
57
+ { /* <SwiperSlide>
58
58
<div
59
59
className="relative rounded-[12px] h-[200px] sm:h-[290px] bg-[url('/images/home/moaguide-main-event.png')] bg-cover cursor-pointer"
60
60
onClick={handleEventClick}
@@ -72,11 +72,11 @@ const Guide = () => {
72
72
</div>
73
73
</div>
74
74
</div>
75
- </ SwiperSlide >
75
+ </SwiperSlide> */ }
76
76
</ 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]">
78
78
{currentSlide}/{totalSlides}
79
- </ div >
79
+ </div> */ }
80
80
</ div >
81
81
) ;
82
82
} ;
You can’t perform that action at this time.
0 commit comments