Merge pull request #8520 from hashicorp/br.revert-banner

Revert "updating banner for webinar"
This commit is contained in:
Brandon Romano 2020-07-23 11:12:25 -07:00 committed by GitHub
commit 4fb044e0c7
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
export default {
url:
'https://www.hashicorp.com/webinars/nomad-0-12-multi-cluster-federations-cni-advanced-scheduling-and-more/',
tag: 'WEBINAR',
'https://www.hashicorp.com/blog/announcing-general-availability-of-hashicorp-nomad-0-12',
tag: 'ANNOUNCING',
text:
'Join us for a webinar to learn about Nomad 0.12. This release included 15+ new features and our breakthrough Multi-Cluster Deployment. Register here!',
'Nomad 0.12 is now generally available, which includes 15+ new features and our breakthrough Multi-Cluster Deployment. Learn more!',
}