website: update alert banner for webinar (#11176)

This commit is contained in:
Mike Wickett 2021-03-23 10:36:21 -04:00 committed by GitHub
parent a9dfaeb765
commit f9b13ac0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -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',