From 7721e5879cbb3443f8d37c974a9a33ac44454a9c Mon Sep 17 00:00:00 2001 From: Andrew Nelson Date: Tue, 25 Jul 2023 17:00:29 -0700 Subject: [PATCH] docs: updated path (#2521) --- docs/styles_and_assets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/styles_and_assets.md b/docs/styles_and_assets.md index b94746cc2d..538775ff8c 100644 --- a/docs/styles_and_assets.md +++ b/docs/styles_and_assets.md @@ -19,7 +19,7 @@ If you want to use USWDS SCSS (mixins, functions, variables, etc.), you will nee @use 'uswds-core' with ( $theme-image-path: '@uswds/uswds/img', $theme-font-path: '@uswds/uswds/fonts', - $theme-hero-image: '@uswds/uswds/img/hero.png' + $theme-hero-image: '@uswds/uswds/img/hero.jpg' ); ``` @@ -66,7 +66,7 @@ You can also customize any of the variables used in USWDS SCSS in the `your-proj $theme-grid-container-max-width: 'desktop-lg', - $theme-hero-image: '@uswds/uswds/img/hero.png', + $theme-hero-image: '@uswds/uswds/img/hero.jpg', ); ```