11 lines
406 B
JavaScript
11 lines
406 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/webinars/nomad-virtual-day-cloud-bursting-with-nomad-and-consul-betterhelp-customer-story/',
|
|
tag: 'Livestream',
|
|
text:
|
|
'Nomad Virtual Day: cloud bursting use case, customer talk from BetterHelp and more. Register now.',
|
|
}
|