Merge pull request #8370 from hashicorp/br.banner

Update alert banner to HCS GA
This commit is contained in:
Brandon Romano 2020-07-23 09:37:34 -07:00 committed by GitHub
commit 7801aa4447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/blog/announcing-cloud-platform',
text: 'HashiCorp Cloud Platform Now in Private Beta with HCP Consul on AWS',
url: 'https://www.hashicorp.com/blog/consul-service-on-azure-general-availability',
text: 'HashiCorp Consul Service on Azure General Availability',
}