Skip to content

Commit

Permalink
fix: basic product slider showcase name (#3210)
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon-dziewonski authored Jul 19, 2024
1 parent e065ca6 commit e1af15c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/preview/next/pages/showcases/ProductSlider/Basic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function ButtonNext({ disabled, ...attributes }: { disabled?: boolean }) {

ButtonNext.defaultProps = { disabled: false };

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

GalleryVertical.getLayout = ShowcasePageLayout;
ProductSliderBasic.getLayout = ShowcasePageLayout;

0 comments on commit e1af15c

Please sign in to comment.