consul/website/data/alert-banner.js

9 lines
312 B
JavaScript
Raw Normal View History

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