11 lines
408 B
JavaScript
11 lines
408 B
JavaScript
export const ALERT_BANNER_ACTIVE = true
|
|
|
|
// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
|
|
export default {
|
|
url:
|
|
'https://www.hashicorp.com/blog/announcing-general-availability-of-hashicorp-nomad-0-12',
|
|
tag: 'ANNOUNCING',
|
|
text:
|
|
'Nomad 0.12 is now generally available, which includes 15+ new features and our breakthrough Multi-Cluster Deployment. Learn more!',
|
|
}
|