From 2b3807bf584dbb7a029d224f4bff40878ba9875f Mon Sep 17 00:00:00 2001 From: sara-gawlinski <56051524+sara-gawlinski@users.noreply.github.com> Date: Wed, 3 Nov 2021 17:15:28 -0500 Subject: [PATCH] Update alert-banner.js Add banner for Nomad Packs for Pack contest --- website/data/alert-banner.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/website/data/alert-banner.js b/website/data/alert-banner.js index 48fc08984..b2a2b5c00 100644 --- a/website/data/alert-banner.js +++ b/website/data/alert-banner.js @@ -1,12 +1,11 @@ export const ALERT_BANNER_ACTIVE = true - // https://github.com/hashicorp/web-components/tree/master/packages/alert-banner export default { - tag: 'Oct 19-21', - url: 'https://hashiconf.com/global/?utm_source=DocsBanner', - text: 'HashiConf Global is live.', - linkText: 'Join Now', + tag: 'What pack will you create?', + url: 'https://www.hashicorp.com/blog/share-your-nomad-packs-for-a-pack-contest', + text: 'Enter the Nomad Packs for a Pack contest for a chance to win a backpack or t-shirt!', + linkText: 'Learn more', // 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-20T23:00:00-07:00', + expirationDate: '2021-12-31T30:00:00-07:00', }