From f8a294ad8899d9c0cdfccd480a4439e537e0ccf4 Mon Sep 17 00:00:00 2001 From: Kendall Strautman Date: Tue, 1 Jun 2021 14:32:40 -0700 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20updates=20alert-banner=20=E2=80=94?= =?UTF-8?q?=C2=A0hashiconf=20eu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/data/alert-banner.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/website/data/alert-banner.js b/website/data/alert-banner.js index 1e349a42b..1b26f9e1f 100644 --- a/website/data/alert-banner.js +++ b/website/data/alert-banner.js @@ -1,13 +1,12 @@ export const ALERT_BANNER_ACTIVE = true -// https://github.com/hashicorp/react-components/tree/main/packages/alert-banner +// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner export default { - linkText: 'Read the Blog', - url: 'https://www.hashicorp.com/blog/announcing-general-availability-of-hashicorp-nomad-1-1', - tag: 'New Release', - text: - 'HashiCorp Nomad 1.1 is now Generally Available.', + tag: 'June 8-11', + url: 'https://hashiconf.com/europe/?utm_source=DocsBanner', + text: 'HashiConf Europe is happening now. Join all sessions live June 8 & 9.', + 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: null, + expirationDate: `2021-06-12T12:00:00-07:00`, } From 87429b0086b38249038830a663527b2036843b3f Mon Sep 17 00:00:00 2001 From: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com> Date: Mon, 7 Jun 2021 10:35:31 -0700 Subject: [PATCH 2/2] Update website/data/alert-banner.js --- 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 1b26f9e1f..2a166ab93 100644 --- a/website/data/alert-banner.js +++ b/website/data/alert-banner.js @@ -1,6 +1,6 @@ export const ALERT_BANNER_ACTIVE = true -// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner +// https://github.com/hashicorp/react-components/tree/main/packages/alert-banner export default { tag: 'June 8-11', url: 'https://hashiconf.com/europe/?utm_source=DocsBanner',