From 412fee5c24f5cc2e7e9508bf2a20d35aea256b19 Mon Sep 17 00:00:00 2001 From: Brandon Romano Date: Thu, 23 Jul 2020 10:55:00 -0700 Subject: [PATCH] Revert "updating banner for webinar" This reverts commit 2c4a801b7de8857a1cd58c40f1d7ff8be951102c. --- website/data/alert-banner.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/data/alert-banner.js b/website/data/alert-banner.js index 4b2f9bb5f..41a3e7b7c 100644 --- a/website/data/alert-banner.js +++ b/website/data/alert-banner.js @@ -3,8 +3,8 @@ export const ALERT_BANNER_ACTIVE = true // https://github.com/hashicorp/web-components/tree/master/packages/alert-banner export default { url: - 'https://www.hashicorp.com/webinars/nomad-0-12-multi-cluster-federations-cni-advanced-scheduling-and-more/', - tag: 'WEBINAR', + 'https://www.hashicorp.com/blog/announcing-general-availability-of-hashicorp-nomad-0-12', + tag: 'ANNOUNCING', text: - 'Join us for a webinar to learn about Nomad 0.12. This release included 15+ new features and our breakthrough Multi-Cluster Deployment. Register here!', + 'Nomad 0.12 is now generally available, which includes 15+ new features and our breakthrough Multi-Cluster Deployment. Learn more!', }