Merge pull request #11440 from sara-gawlinski/patch-1

Update alert-banner.js
This commit is contained in:
Mike Nomitch 2021-11-03 16:18:09 -07:00 committed by GitHub
commit 469b0ed7c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 6 deletions

View File

@ -1,12 +1,11 @@
export const ALERT_BANNER_ACTIVE = true
// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
export default {
tag: 'Oct 19-21',
url: 'https://hashiconf.com/global/?utm_source=DocsBanner',
text: 'HashiConf Global is live.',
linkText: 'Join Now',
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-10-20T23:00:00-07:00',
expirationDate: '2021-12-31T30:00:00-07:00',
}