mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-20 09:21:39 -07:00
improve header components
1. remove "this is a US Government website" 2. modify "update" text to indicate new status.
This commit is contained in:
parent
b8540564c2
commit
faa204f12d
3 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@ import {
|
|||
import {Link, useIntl} from 'gatsby-plugin-intl';
|
||||
import React, {useEffect, useState} from 'react';
|
||||
import {useWindowSize} from 'react-use';
|
||||
import GovernmentBanner from '../GovernmentBanner';
|
||||
// import GovernmentBanner from '../GovernmentBanner';
|
||||
import J40MainGridContainer from '../J40MainGridContainer';
|
||||
import Language from '../Language';
|
||||
|
||||
|
@ -238,7 +238,7 @@ const J40Header = ({location}:IJ40Header) => {
|
|||
<Header basic={true} role={'banner'}>
|
||||
|
||||
{/* Banners */}
|
||||
<GovernmentBanner />
|
||||
{/* <GovernmentBanner /> */}
|
||||
<UpdateBanner/>
|
||||
|
||||
{/* Logo and Navigation */}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue