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 ( return (
<div className={styles.fullScreenContainer}> <div className={styles.fullScreenContainer}>
<div className={styles.bannerContainer}> <div className={styles.bannerContainer}>
<GovBanner language={intl.locale === 'es' ? 'spanish' : 'english'}/>
<Language isDesktop={true} /> <Language isDesktop={true} />
</div> </div>
</div> </div>

View file

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