mirror of https://github.com/hashicorp/boundary
Add HashiConf alert banner data (#1232)
parent
21033a6174
commit
9906ae02a4
@ -1,7 +1,10 @@
|
||||
export const ALERT_BANNER_ACTIVE = false
|
||||
export const ALERT_BANNER_ACTIVE = true
|
||||
|
||||
export default {
|
||||
tag: 'ANNOUNCING',
|
||||
text: 'Some details about an announcement here',
|
||||
url: 'https://hashicorp.com',
|
||||
tag: 'June 8-11',
|
||||
text:
|
||||
'The countdown to HashiConf Europe is on, and the full schedule is now live.',
|
||||
linkText: 'View Schedule',
|
||||
url: 'https://hashiconf.com/europe/?utm_source=DocsBanner',
|
||||
expirationDate: null,
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue