mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-21 09:11:26 -08:00
Remove government banners
This commit is contained in:
parent
a2779cb7a6
commit
17eb05e897
2 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -239,7 +239,6 @@ const J40Header = ({location}:IJ40Header) => {
|
|||
|
||||
{/* Banners */}
|
||||
<GovernmentBanner />
|
||||
<UpdateBanner/>
|
||||
|
||||
{/* Logo and Navigation */}
|
||||
<J40MainGridContainer>
|
||||
|
|
Loading…
Add table
Reference in a new issue