Skip to content

Commit

Permalink
Fix footer story
Browse files Browse the repository at this point in the history
  • Loading branch information
daphnegold committed Aug 30, 2023
1 parent 15a9cce commit f4623a8
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions frontend/stories/components/Footer.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,7 @@ export const Default = {
parameters: {
design: {
type: "figma",
url: "https://www.figma.com/file/lpKPdyTyLJB5JArxhGjJnE/beta.grants.gov?type=design&node-id=1-1882&mode=design&t=xjsnXcLzBSmyUoXT-4",
url: "https://www.figma.com/file/lpKPdyTyLJB5JArxhGjJnE/beta.grants.gov?type=design&node-id=1-1930&mode=design&t=2tvBEtkEXZoEnYg4-4",
},
},
};

export const WithProps = {
parameters: {
...Default.parameters,
},
args: {
logoPath: "/img/logo.svg",
primaryLinks: [
{
i18nKey: "nav_link_home",
href: "/",
},
{
i18nKey: "nav_link_health",
href: "/health",
},
],
},
};

0 comments on commit f4623a8

Please sign in to comment.