From 2a841f2a8db4f498650f52db531c38766e6987d0 Mon Sep 17 00:00:00 2001 From: changli0617 <39781496+changli0617@users.noreply.github.com> Date: Fri, 29 May 2020 10:09:43 -0700 Subject: [PATCH] Update alert-banner.js --- 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 25902779e..cd49de104 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-virtual-day-cloud-bursting-with-nomad-and-consul-betterhelp-customer-story/', - tag: 'Livestream', + 'https://www.nomadproject.io/downloads/', + tag: 'NEW', text: - 'Nomad Virtual Day: cloud bursting use case, customer talk from BetterHelp and more. Register now.', + 'Nomad 0.11 is now generally available, with CSI integration, autoscaling, and more. Download now', }