Merge pull request #7889 from hashicorp/br.18-alert

Updates alert Banner to point to 1.8 Blog Post
This commit is contained in:
Brandon Romano 2020-05-14 10:19:37 -07:00 committed by GitHub
commit 42353b6c65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@ 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/products/consul/service-on-azure',
text: 'HashiCorp Consul Service on Azure Public Beta Available Now',
url: 'https://www.hashicorp.com/blog/announcing-hashicorp-consul-1-8',
text: 'HashiCorp Consul 1.8, now available in Beta',
}