open-vault/website/data/alert-banner.js
Jimmy Merritello 2b8e89aa23
[Website] Add HashiConf info to alert banner (#11640)
* Add HashiConf info to alert banner

* Contrived change to test CI
2021-05-17 18:52:48 -04:00

13 lines
532 B
JavaScript

export const ALERT_BANNER_ACTIVE = true
// https://github.com/hashicorp/react-components/tree/master/packages/alert-banner
export default {
linkText: 'View Schedule',
url: 'https://hashiconf.com/europe/?utm_source=DocsBanner',
tag: 'June 8-11',
text:
'The countdown to HashiConf Europe is on, and the full schedule is now live.',
// Set the `expirationDate prop with a datetime string (e.g. `2020-01-31T12:00:00-07:00`) if you'd like the component to stop showing at or after a certain date
expirationDate: null,
}