diff --git a/src/components/Footer/Footer/Footer.stories.tsx b/src/components/Footer/Footer/Footer.stories.tsx index 8d9532de39..987e67eb8d 100644 --- a/src/components/Footer/Footer/Footer.stories.tsx +++ b/src/components/Footer/Footer/Footer.stories.tsx @@ -12,16 +12,16 @@ import { SocialLinks } from '../SocialLinks/SocialLinks' import { TextInput } from '../../forms/TextInput/TextInput' // assets -import logoImg from 'uswds/src/img/logo-img.png' +import logoImg from 'uswds/dist/img/logo-img.png' export default { title: 'Footer/Footer', parameters: { info: ` USWDS 2.0 Footer component - + Source: https://designsystem.digital.gov/components/form-controls/#footer - `, + `, }, } @@ -52,13 +52,13 @@ const SignUpForm = (): React.ReactElement => { export const SlimFooter = (): React.ReactElement => (