mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
Update alert-banner.js
Add banner for Nomad Packs for Pack contest
This commit is contained in:
@@ -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',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user