Browse Source

update alert banner

pull/8156/head
Preetha 4 years ago committed by GitHub
parent
commit
3ca775a75e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      website/data/alert-banner.js

6
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: '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',
tag: 'Announcing',
url: 'https://www.hashicorp.com/blog/announcing-hashicorp-consul-1-8',
text: 'Consul 1.8 GA release available now',
}

Loading…
Cancel
Save