From 990517ef0a461f3bee02b12f7cb0f2d9401380d0 Mon Sep 17 00:00:00 2001 From: kaimmej Date: Mon, 27 Jan 2025 11:00:13 -0800 Subject: [PATCH] SCSS image path was wrong. Changed the name to be correct Signed-off-by: kaimmej --- _sass/_community.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/_community.scss b/_sass/_community.scss index 3338a553e..7810ae764 100644 --- a/_sass/_community.scss +++ b/_sass/_community.scss @@ -9,7 +9,7 @@ $desktop-banner-height: 450px; position: relative; height: $desktop-banner-height; overflow: hidden; - background-image: url(/assets/img/pageAssets_communityPage/Herobanner-CommunityPage.png); + background-image: url(/assets/img/pageAssets_communityPage/HeroBanner-CommunityPage.png); background-size: cover; background-repeat: no-repeat; .community-hero-heading-background-container { @@ -40,7 +40,7 @@ $desktop-banner-height: 450px; position: relative; height: $mobile-banner-height; overflow: hidden; - background-image: url(/assets/img/pageAssets_communityPage/Herobanner-CommunityPage-Mobile.png); + background-image: url(/assets/img/pageAssets_communityPage/HeroBanner-CommunityPage-Mobile.png); background-size: cover; background-repeat: no-repeat; .community-hero-heading-background-container {