9 lines
302 B
JavaScript
9 lines
302 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/products/consul/service-on-azure',
|
|
text: 'HashiCorp Consul Service on Azure Public Beta Available Now',
|
|
}
|