Skip to content

Commit

Permalink
Merge pull request #59 from IBEC-BOX/footer
Browse files Browse the repository at this point in the history
fix storybook
  • Loading branch information
Aidosgd authored Feb 14, 2024
2 parents 1b7008d + 032b665 commit 1044e12
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions src/stories/Footer.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 1044e12

Please sign in to comment.