consul/website/data/alert-banner.js

9 lines
308 B
JavaScript
Raw Normal View History

2020-04-28 13:53:30 -04:00
export const ALERT_BANNER_ACTIVE = true
// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
export default {
2020-06-18 19:36:42 -05:00
tag: 'Announcing',
2020-06-21 19:35:34 -07:00
url: 'https://www.hashicorp.com/blog/announcing-cloud-platform',
text: 'HashiCorp Cloud Platform Now in Private Beta with HCP Consul on AWS',
2020-04-28 13:53:30 -04:00
}