open-consul/website/data/alert-banner.js

9 lines
312 B
JavaScript
Raw Normal View History

2020-04-28 17:53:30 +00:00
export const ALERT_BANNER_ACTIVE = true
// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
export default {
tag: 'Survey',
2020-06-09 00:47:33 +00:00
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',
2020-04-28 17:53:30 +00:00
}