diff --git a/website/data/alert-banner.js b/website/data/alert-banner.js index 8704f4db0f..da923312d0 100644 --- a/website/data/alert-banner.js +++ b/website/data/alert-banner.js @@ -1,7 +1,10 @@ -export const ALERT_BANNER_ACTIVE = false +export const ALERT_BANNER_ACTIVE = true export default { - tag: 'ANNOUNCING', - text: 'Some details about an announcement here', - url: 'https://hashicorp.com', + tag: 'June 8-11', + text: + 'The countdown to HashiConf Europe is on, and the full schedule is now live.', + linkText: 'View Schedule', + url: 'https://hashiconf.com/europe/?utm_source=DocsBanner', + expirationDate: null, }