10 lines
330 B
JavaScript
10 lines
330 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/consul-service-on-azure-production-tier',
|
|
text: 'HashiCorp Consul Service on Azure Production Tier',
|
|
linkText: 'Learn more',
|
|
}
|