Skip to content

Commit

Permalink
Merge pull request #3576 from kaimmej/community-page
Browse files Browse the repository at this point in the history
SCSS image path was wrong. Changed the name to be correct
  • Loading branch information
nateynateynate authored Jan 27, 2025
2 parents eef07f1 + 990517e commit 25eb637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_community.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 25eb637

Please sign in to comment.