2b3807bf58
Add banner for Nomad Packs for Pack contest
12 lines
595 B
JavaScript
12 lines
595 B
JavaScript
export const ALERT_BANNER_ACTIVE = true
|
|
// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
|
|
export default {
|
|
tag: 'What pack will you create?',
|
|
url: 'https://www.hashicorp.com/blog/share-your-nomad-packs-for-a-pack-contest',
|
|
text: 'Enter the Nomad Packs for a Pack contest for a chance to win a backpack or t-shirt!',
|
|
linkText: 'Learn more',
|
|
// 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: '2021-12-31T30:00:00-07:00',
|
|
}
|