improve header components

1. remove "this is a US Government website"
2. modify "update" text to indicate new status.
This commit is contained in:
Matt Price 2025-01-24 18:54:43 -05:00
commit faa204f12d
3 changed files with 6 additions and 6 deletions

View file

@ -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 */}