Skip to content

Commit

Permalink
feat(Footer,FooterNav): update stories for size prop enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hobson committed Jun 8, 2020
1 parent 6572822 commit d7c121b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stories/templates/documentation.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const DocumentationPage = (): React.ReactElement => {
const footerPrimary = (
<FooterNav
aria-label="Footer navigation"
medium
size="medium"
links={Array(5).fill(
<a href="javascript:void(0)" className="usa-footer__primary-link">
Primary link
Expand Down
2 changes: 1 addition & 1 deletion src/stories/templates/landing.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const LandingPage = (): React.ReactElement => {
const footerPrimary = (
<FooterNav
aria-label="Footer navigation"
medium
size="medium"
links={Array(5).fill(
<a href="javascript:void(0)" className="usa-footer__primary-link">
Primary link
Expand Down

0 comments on commit d7c121b

Please sign in to comment.