9 lines
308 B
JavaScript
9 lines
308 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-cloud-platform',
|
|
text: 'HashiCorp Cloud Platform Now in Private Beta with HCP Consul on AWS',
|
|
}
|