mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -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 (
|
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>
|
||||||
|
|
|
@ -239,7 +239,6 @@ const J40Header = ({location}:IJ40Header) => {
|
||||||
|
|
||||||
{/* Banners */}
|
{/* Banners */}
|
||||||
<GovernmentBanner />
|
<GovernmentBanner />
|
||||||
<UpdateBanner/>
|
|
||||||
|
|
||||||
{/* Logo and Navigation */}
|
{/* Logo and Navigation */}
|
||||||
<J40MainGridContainer>
|
<J40MainGridContainer>
|
||||||
|
|
Loading…
Add table
Reference in a new issue