From 50b4df989b46f7d3a83fb0e3b6492a55e4a4b032 Mon Sep 17 00:00:00 2001 From: Noel Quiles <3746694+EnMod@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:51:16 -0400 Subject: [PATCH] feat(alert banner): Update for HashiConf promo (#2183) * feat(alert banner): Update for HashiConf promo * chore: Copy updates --- src/data/alert-banner.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data/alert-banner.json b/src/data/alert-banner.json index bbe0eb1759..0c18f9d6be 100644 --- a/src/data/alert-banner.json +++ b/src/data/alert-banner.json @@ -2,10 +2,10 @@ "enabled": true, "data": { "product": "hashicorp", - "tag": "HCP Vault Secrets", - "url": "/hcp/docs/vault-secrets", - "text": "Centralized secrets lifecycle management for developers.", - "linkText": "Learn More", - "expirationDate": "2023-08-01T00:00:00-08:00" + "tag": "HashiConf", + "url": "https://hashiconf.com/2023", + "text": "Last chance to register for our cloud conference October 10-12.", + "linkText": "Register today", + "expirationDate": "2023-10-10T00:00:00-08:00" } }