From e3f0eadee7352cb7e4bc955beadec7a31cb448d7 Mon Sep 17 00:00:00 2001 From: Eli Lennox Date: Mon, 11 Nov 2024 11:11:32 -0500 Subject: [PATCH] LW banners on new banners component --- src/components/banner/index.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/banner/index.tsx b/src/components/banner/index.tsx index 178d259592efc..c470295069fdd 100644 --- a/src/components/banner/index.tsx +++ b/src/components/banner/index.tsx @@ -48,6 +48,12 @@ type BannerType = { const BANNERS: BannerType[] = [ /// ⚠️ KEEP THIS LAST BANNER ACTIVE FOR DOCUMENTATION // check it out on `/contributing/pages/banners/` + { + appearsOn: ['^/$', '^/platforms/'], + text: 'New products are coming. Join us for Sentry Launch Week, Nov 18-21.', + linkURL: 'https://sentry.io/events/launch-week/?promo_name=launchweekQ4FY2024', + linkText: `See what's coming`, + }, { appearsOn: ['^/contributing/pages/banners/'], text: 'Edit this banner on `/src/components/banner/index.tsx`',