diff --git a/src/components/PlaceholderContainer/__stories__/PlaceholderContainerShowcase.tsx b/src/components/PlaceholderContainer/__stories__/PlaceholderContainerShowcase.tsx index 03b03ce4..8c2b4468 100644 --- a/src/components/PlaceholderContainer/__stories__/PlaceholderContainerShowcase.tsx +++ b/src/components/PlaceholderContainer/__stories__/PlaceholderContainerShowcase.tsx @@ -13,12 +13,22 @@ const b = cn('placeholder-container-showcase'); const ImageComponentTest = () => { return ( - - - + + + + + 1:1 + + ); };