9 lines
312 B
JavaScript
9 lines
312 B
JavaScript
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',
|
|
}
|