Update HashiConf alert-banner expiration (#11373)

Updates the HashiConf Alert Banner expiration to 10/20 @ 11pm (PT)
This commit is contained in:
Brandon Romano 2021-10-20 16:24:34 -07:00 committed by GitHub
parent a73a594c4f
commit 1f0e4ccd21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ export default {
linkText: 'Join Now',
// Set the expirationDate prop with a datetime string (e.g. '2020-01-31T12:00:00-07:00')
// if you'd like the component to stop showing at or after a certain date
expirationDate: '2021-10-21T12:00:00-07:00',
expirationDate: '2021-10-20T23:00:00-07:00',
}