Skip to content

Commit

Permalink
Merge pull request #3211 from vuestorefront/v2
Browse files Browse the repository at this point in the history
chore: automatic sync v2->v2-develop
  • Loading branch information
github-actions[bot] authored Jul 19, 2024
2 parents d86b74f + e1af15c commit 02ae821
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 02ae821

Please sign in to comment.