Add time to expiration date (#1654)

* Push out expiration by a day for fast fix

* Add timestampt to expiration

- update snapshots

* Remove timed alerts
This commit is contained in:
Vim 2022-05-25 12:10:14 -04:00 committed by GitHub
commit ef46af00f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 15 deletions

View file

@ -20,8 +20,6 @@ import * as styles from './J40Header.module.scss';
import * as COMMON_COPY from '../../data/copy/common';
import {PAGES_ENDPOINTS} from '../../data/constants';
const isAlertValid = new Date < COMMON_COPY.ALERTS.EXPIRATION_DATE;
const J40Header = () => {
const intl = useIntl();
@ -232,7 +230,7 @@ const J40Header = () => {
</J40MainGridContainer>
{/* Alert */}
{isAlertValid && <J40MainGridContainer>
{<J40MainGridContainer>
<Alert
className={styles.alert}
type="info"