From 286a5b70b93f8cbba4bdb7019bf297c49cba83b4 Mon Sep 17 00:00:00 2001 From: leutinatasya Date: Thu, 14 Mar 2024 11:43:14 +0300 Subject: [PATCH] fix(PlaceholderContainer): change text in example image in storybook --- .../PlaceholderContainerShowcase.tsx | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) 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 + + ); };