Skip to content

Commit

Permalink
partially fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Apr 3, 2024
1 parent 36ba88e commit 0b7013d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/stories/config-pages/LocalFooter.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const LocalFooterDisplay: Story = {
render: ({numberOfLinks, ...args}) => {
const linkList = []
for (let i=0; i< numberOfLinks; i++) {
linkList.push("<a href='http://localhost'>Primary Link</a>")
linkList.push({url: "http://localhost", title: "Primary Link"})
}
return <LocalFooter {...args} />
},
Expand Down

0 comments on commit 0b7013d

Please sign in to comment.