Merge pull request #8962 from hashicorp/br.19-banner

Update banner for Consul 1.9
This commit is contained in:
Brandon Romano 2020-10-14 16:34:57 -07:00 committed by GitHub
commit cea99991b2
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,7 +3,7 @@ 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/blog/consul-service-on-azure-production-tier',
text: 'HashiCorp Consul Service on Azure Production Tier',
url: 'https://www.hashicorp.com/blog/announcing-hashicorp-consul-1-9',
text: 'HashiCorp Consul 1.9 now available in beta.',
linkText: 'Learn more',
}