website: update alert banner for webinar (#11176)
This commit is contained in:
parent
a9dfaeb765
commit
f9b13ac0b7
|
@ -2,11 +2,10 @@ export const ALERT_BANNER_ACTIVE = true
|
|||
|
||||
// https://github.com/hashicorp/react-components/tree/master/packages/alert-banner
|
||||
export default {
|
||||
tag: 'New',
|
||||
url:
|
||||
'https://cloud.hashicorp.com/?utm_source=vault_io&utm_content=alert_banner',
|
||||
text: 'HCP Vault on AWS is now available in public beta',
|
||||
linkText: 'Try today',
|
||||
tag: 'Join Us',
|
||||
url: 'https://www.hashicorp.com/events/webinars/hcp-vault-ga',
|
||||
text: 'HCP Vault Product Announcement Live Stream with Armon Dadgar',
|
||||
linkText: 'Register now',
|
||||
// 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-04-07T11:59:00-05:00',
|
||||
|
|
Loading…
Reference in New Issue