website: update alert bar for HCS prod sku

This commit is contained in:
Mike Wickett 2020-09-17 12:19:26 -04:00
parent 2d3540d6b5
commit bee9a7225f
1 changed files with 3 additions and 2 deletions

View File

@ -3,6 +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-general-availability',
text: 'HashiCorp Consul Service on Azure General Availability',
url: 'https://www.hashicorp.com/blog/consul-service-on-azure-production-tier',
text: 'HashiCorp Consul Service on Azure Production SKU',
linkText: 'Learn more',
}