pagenator

This commit is contained in:
yonghyon
2024-06-03 22:52:15 +09:00
parent 76d1a813ee
commit 2aa04e489a
10 changed files with 241 additions and 200 deletions

View File

@@ -113,7 +113,7 @@ const BestSeller = ({ order, scrollTopBody, spotlightId, handleItemFocus }) => {
}, [handleItemFocus]);
return (
<Container className={css.bestSellerWrap} style={orderStyle} spotlightId={spotlightId}>
<Container className={css.bestSellerWrap} style={orderStyle} spotlightId={spotlightId} data-wheel-point={true}>
<SectionTitle
title={$L("BEST SELLER")}
data-title-index="homeBestSellerTitle"