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 1/2] 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', } From 62b894a2d6f8b0a91a1945a88861d532e3ca316a Mon Sep 17 00:00:00 2001 From: Preetha <460133+preetapan@users.noreply.github.com> Date: Mon, 8 Jun 2020 19:47:33 -0500 Subject: [PATCH 2/2] fix link --- 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 ffe43e496b..d13857bfcf 100644 --- a/website/data/alert-banner.js +++ b/website/data/alert-banner.js @@ -3,6 +3,6 @@ export const ALERT_BANNER_ACTIVE = true // https://github.com/hashicorp/web-components/tree/master/packages/alert-banner export default { tag: 'Survey', - url: 'bit.ly/2A5RZWz', + url: 'https://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', }