diff --git a/website/data/alert-banner.js b/website/data/alert-banner.js index 0dc7e4f1a..d13857bfc 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: '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', }