From 032b665e5170b310fd8098c916ece282a570c031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=93=D0=BE?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2=D0=BA=D0=B8=D0=BD?= Date: Wed, 14 Feb 2024 16:40:50 +0600 Subject: [PATCH] fix storybook --- src/stories/Footer.stories.js | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/src/stories/Footer.stories.js b/src/stories/Footer.stories.js index f37a675..757eeed 100644 --- a/src/stories/Footer.stories.js +++ b/src/stories/Footer.stories.js @@ -47,7 +47,9 @@ export const First = { } ] }, - copyright: "2023 Untitled UI. All rights reserverd", + copyright: { + text: "2023 Untitled UI. All rights reserverd" + }, nav: [ { id: 1, @@ -297,7 +299,9 @@ export const Second = { ] }, ], - copyright: "2023 Untitled UI. All rights reserverd", + copyright: { + text: "2023 Untitled UI. All rights reserverd" + }, social: [ { id: 1, @@ -561,7 +565,9 @@ export const Third = { link: "/" }, ], - copyright: "2023 Untitled UI. All rights reserverd", + copyright: { + text: "2023 Untitled UI. All rights reserverd" + }, nav: [ { id: 1, @@ -679,7 +685,9 @@ export const Fourth = { link: "/" }, ], - copyright: "2023 Untitled UI. All rights reserverd", + copyright: { + text: "2023 Untitled UI. All rights reserverd" + }, social: [ { id: 1, @@ -760,7 +768,9 @@ export const Fifth = { link: "/", }, ], - copyright: "2023 Untitled UI. All rights reserverd", + copyright: { + text: "2023 Untitled UI. All rights reserverd" + }, social: [ { id: 1,