remove release banner (#2186)

- closes #2184
This commit is contained in:
Vim 2023-03-07 18:37:07 -08:00 committed by GitHub
commit b46d334e8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 11 additions and 251 deletions

View file

@ -1,7 +1,7 @@
import React, {useEffect, useState} from 'react';
import {Link, useIntl} from 'gatsby-plugin-intl';
import {
Alert,
// Alert,
Header,
NavMenuButton,
PrimaryNav,
@ -309,13 +309,13 @@ const J40Header = ({location}:IJ40Header) => {
{COMMON_COPY.ALERTS.ALERT_2_DESCRIPTION}
</Alert> */}
<Alert
{/* <Alert
className={styles.alert}
type="info"
heading={intl.formatMessage(COMMON_COPY.ALERTS.ALERT_1_TITLE.TITLE)}
headingLevel={'h1'}>
{COMMON_COPY.ALERTS.ALERT_1_DESCRIPTION}
</Alert>
</Alert> */}
</J40MainGridContainer>
}
</Header>