Skip to content

Commit 2dec337

Browse files
committed
fix: remove createElements
1 parent fc0c0ab commit 2dec337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ const HomePage = ({
239239

240240
{/* Mobile */}
241241
<Swiper
242-
options={{ effect: "cards", createElements: true }}
242+
options={{ effect: "cards" }}
243243
className={cn(
244244
"lg:hidden", // Mobile only
245245
"[&_.swiper-slide]:overflow-visible [&_.swiper-slide]:rounded-2xl [&_.swiper-slide]:shadow-card-hover",

0 commit comments

Comments
 (0)