Remove government banners

This commit is contained in:
Neil Martinsen-Burrell 2025-01-24 13:42:00 -06:00
parent a2779cb7a6
commit 17eb05e897
2 changed files with 0 additions and 2 deletions

View file

@ -12,7 +12,6 @@ const GovernmentBanner = () => {
return (
<div className={styles.fullScreenContainer}>
<div className={styles.bannerContainer}>
<GovBanner language={intl.locale === 'es' ? 'spanish' : 'english'}/>
<Language isDesktop={true} />
</div>
</div>

View file

@ -239,7 +239,6 @@ const J40Header = ({location}:IJ40Header) => {
{/* Banners */}
<GovernmentBanner />
<UpdateBanner/>
{/* Logo and Navigation */}
<J40MainGridContainer>