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