Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
chore(alert banner): Update for HD23 in-person tickets being sold out (
Browse files Browse the repository at this point in the history
  • Loading branch information
EnMod committed May 16, 2023
1 parent a537cd9 commit 0ff7471
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/alert-banner.js
@@ -1,10 +1,10 @@
export const ALERT_BANNER_ACTIVE = false
export const ALERT_BANNER_ACTIVE = true

// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
export default {
tag: 'HashiTalks 2023',
url: 'https://hashi.co/hashitalks-2023',
text: 'Join us for the fifth annual HashiTalks, a 24-hour virtual knowledge sharing event on February 16',
linkText: 'Register now',
tag: 'HashiDays',
url: 'https://hashidays.com/online/',
text: 'All in-person HashiDays events are sold out. Register to attend online!',
linkText: 'Register here',
expirationDate: '',
}

0 comments on commit 0ff7471

Please sign in to comment.