Update alert banner to HCS GA

This commit is contained in:
Brandon Romano 2020-07-23 09:35:41 -07:00
parent d686bf5f12
commit 18c0d27d72

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',
}