Update alert banner to HCS GA

This commit is contained in:
Brandon Romano 2020-07-23 09:35:41 -07:00
parent ad504ba196
commit c7c3d7597d
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 // https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
export default { export default {
tag: 'Announcing', tag: 'Announcing',
url: 'https://www.hashicorp.com/blog/announcing-cloud-platform', url: 'https://www.hashicorp.com/blog/consul-service-on-azure-general-availability',
text: 'HashiCorp Cloud Platform Now in Private Beta with HCP Consul on AWS', text: 'HashiCorp Consul Service on Azure General Availability',
} }