Skip to content

Commit 9b4f503

Browse files
elijames-codecovvaind
authored andcommitted
LW banners on new banners component (#11781)
1 parent 65b9de2 commit 9b4f503

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/banner/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ type BannerType = {
4848
const BANNERS: BannerType[] = [
4949
/// ⚠️ KEEP THIS LAST BANNER ACTIVE FOR DOCUMENTATION
5050
// check it out on `/contributing/pages/banners/`
51+
{
52+
appearsOn: ['^/$', '^/platforms/'],
53+
text: 'New products are coming. Join us for Sentry Launch Week, Nov 18-21.',
54+
linkURL: 'https://sentry.io/events/launch-week/?promo_name=launchweekQ4FY2024',
55+
linkText: `See what's coming`,
56+
},
5157
{
5258
appearsOn: ['^/contributing/pages/banners/'],
5359
text: 'Edit this banner on `/src/components/banner/index.tsx`',

0 commit comments

Comments
 (0)