Update alert-banner.js

This commit is contained in:
changli0617 2020-05-29 10:09:43 -07:00 committed by GitHub
parent 5ea1a08ff0
commit 2a841f2a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ export const ALERT_BANNER_ACTIVE = true
// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner // https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
export default { export default {
url: url:
'https://www.hashicorp.com/webinars/nomad-virtual-day-cloud-bursting-with-nomad-and-consul-betterhelp-customer-story/', 'https://www.nomadproject.io/downloads/',
tag: 'Livestream', tag: 'NEW',
text: text:
'Nomad Virtual Day: cloud bursting use case, customer talk from BetterHelp and more. Register now.', 'Nomad 0.11 is now generally available, with CSI integration, autoscaling, and more. Download now',
} }