github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/website/data/alert-banner.js (about) 1 export const ALERT_BANNER_ACTIVE = true 2 3 // https://github.com/hashicorp/web-components/tree/master/packages/alert-banner 4 export default { 5 linkText: 'Let us know!', 6 url: 'https://docs.google.com/forms/d/e/1FAIpQLSeTre9Uvsfohl3yKLdTf0jUACT2GQgvGBsbp4fZvARpFwdv-g/viewform', 7 tag: 'FREE SWAG', 8 text: 9 'Share your Nomad success story for a chance to win special swag.', 10 // Set the `expirationDate prop with a datetime string (e.g. `2020-01-31T12:00:00-07:00`) 11 // if you'd like the component to stop showing at or after a certain date 12 expirationDate: '2021-02-08T09:00:00-07:00', 13 }