From 6031a57574f2a3c701131c47b4d6d992d931a759 Mon Sep 17 00:00:00 2001 From: thomasgross Date: Fri, 27 Dec 2024 17:16:44 +0100 Subject: [PATCH] feat: add storybook story for paragraph --- components/global/footer/Footer.tsx | 2 +- .../pages/basicPageLayout/BasicPageLayout.tsx | 5 ++- .../ParagraphGoVideo.stories.tsx | 32 +++++++++++++++++++ .../ParagraphGoVideo/ParagraphGoVideo.tsx | 24 +++++++------- components/paragraphs/ParagraphResolver.tsx | 6 ++-- 5 files changed, 50 insertions(+), 19 deletions(-) create mode 100644 components/paragraphs/ParagraphGoVideo/ParagraphGoVideo.stories.tsx diff --git a/components/global/footer/Footer.tsx b/components/global/footer/Footer.tsx index 13ede9b1..56ba81c1 100644 --- a/components/global/footer/Footer.tsx +++ b/components/global/footer/Footer.tsx @@ -5,7 +5,7 @@ import Icon from "../../shared/icon/Icon" export default function Footer() { return ( -