From 0c968fb136c5b6ba4705eb09cbaf07cf75e53192 Mon Sep 17 00:00:00 2001 From: Heat Hamilton <55773810+heatlikeheatwave@users.noreply.github.com> Date: Tue, 24 Oct 2023 17:38:50 -0400 Subject: [PATCH] Developer AI Private Beta Launch - alert banner (#2210) * Updated alert banner for private beta Dev AI launch to expire Nov 17 2023 --- 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 2f34effa88..9ea239a975 100644 --- a/src/data/alert-banner.json +++ b/src/data/alert-banner.json @@ -2,10 +2,10 @@ "enabled": true, "data": { "product": "hashicorp", - "tag": "HashiConf", - "url": "https://live.hashiconf.com", - "text": "All virtual session recordings now available.", - "linkText": "Watch now", - "expirationDate": "2023-10-20T00:00:00-08:00" + "tag": "HashiCorp Developer AI", + "url": "https://hashi.co/dev-ai-signup", + "text": "Private beta now available", + "linkText": "Sign up today", + "expirationDate": "2023-11-17T00:00:00-08:00" } }