From d97305f774cd8053afb5493f0fad20ed89f44588 Mon Sep 17 00:00:00 2001 From: Taya Leutina Date: Thu, 14 Mar 2024 18:05:35 +0300 Subject: [PATCH] fix(PlaceholderContainer): change text in example image in storybook (#164) --- .../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 + + ); };