consul/website/data/alert-banner.js
Mike Wickett 4deada9e1e Merge pull request #8700 from hashicorp/mw.add-hcs-azure-alert-bar
website: update alert bar for HCS prod sku
2020-09-23 10:14:10 -04:00

10 lines
329 B
JavaScript

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 SKU',
linkText: 'Learn more',
}