From 7983ab0fce30b42f2eb6667edc3f360baa3c60ac Mon Sep 17 00:00:00 2001 From: Preetha <460133+preetapan@users.noreply.github.com> Date: Mon, 8 Jun 2020 17:34:38 -0500 Subject: [PATCH] Update banner.js to call out helm chart survey --- 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 0dc7e4f1ad..ffe43e496b 100644 --- a/website/data/alert-banner.js +++ b/website/data/alert-banner.js @@ -2,7 +2,7 @@ export const ALERT_BANNER_ACTIVE = true // https://github.com/hashicorp/web-components/tree/master/packages/alert-banner export default { - tag: 'Announcing', - url: 'https://www.hashicorp.com/blog/announcing-hashicorp-consul-1-8', - text: 'HashiCorp Consul 1.8, now available in Beta', + tag: 'Survey', + url: 'bit.ly/2A5RZWz', + text: 'Do you use the Consul Helm chart? Fill out this 3-minute survey to help us improve it: https://bit.ly/2A5RZWz', }