mirror of https://github.com/status-im/consul.git
Merge pull request #8962 from hashicorp/br.19-banner
Update banner for Consul 1.9
This commit is contained in:
commit
cea99991b2
|
@ -3,7 +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-production-tier',
|
||||
text: 'HashiCorp Consul Service on Azure Production Tier',
|
||||
url: 'https://www.hashicorp.com/blog/announcing-hashicorp-consul-1-9',
|
||||
text: 'HashiCorp Consul 1.9 now available in beta.',
|
||||
linkText: 'Learn more',
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue