diff --git a/frontend/stories/components/Footer.stories.tsx b/frontend/stories/components/Footer.stories.tsx index b1ed6afd9..6e54d8c0e 100644 --- a/frontend/stories/components/Footer.stories.tsx +++ b/frontend/stories/components/Footer.stories.tsx @@ -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", - }, - ], - }, -};