From af3eb43538338ef9f8fc5dcab58b77d91118c2f4 Mon Sep 17 00:00:00 2001 From: Brandon Romano Date: Wed, 20 Oct 2021 16:02:45 -0700 Subject: [PATCH] Update HashiConf alert-banner expiration Updates the HashiConf Alert Banner expiration to 10/20 @ 11pm (PT) --- website/data/alert-banner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/data/alert-banner.js b/website/data/alert-banner.js index fe3e5abb5..48fc08984 100644 --- a/website/data/alert-banner.js +++ b/website/data/alert-banner.js @@ -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', }