Skip to content

Commit e1af15c

Browse files
fix: basic product slider showcase name (#3210)
1 parent e065ca6 commit e1af15c

File tree

1 file changed

+2
-2
lines changed
  • apps/preview/next/pages/showcases/ProductSlider

1 file changed

+2
-2
lines changed

apps/preview/next/pages/showcases/ProductSlider/Basic.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function ButtonNext({ disabled, ...attributes }: { disabled?: boolean }) {
5959

6060
ButtonNext.defaultProps = { disabled: false };
6161

62-
export default function GalleryVertical() {
62+
export default function ProductSliderBasic() {
6363
return (
6464
<SfScrollable
6565
className="m-auto py-4 items-center w-full [&::-webkit-scrollbar]:hidden [-ms-overflow-style:none] [scrollbar-width:none]"
@@ -106,4 +106,4 @@ export default function GalleryVertical() {
106106
}
107107
// #endregion source
108108

109-
GalleryVertical.getLayout = ShowcasePageLayout;
109+
ProductSliderBasic.getLayout = ShowcasePageLayout;

0 commit comments

Comments
 (0)