Skip to content

Commit 3768760

Browse files
update banner for post-launch week promotion (#11964)
* update banner for post-launch week promotion * Update src/components/banner/index.tsx Co-authored-by: Liza Mock <[email protected]> --------- Co-authored-by: Liza Mock <[email protected]>
1 parent 9438d64 commit 3768760

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
@@ -54,6 +54,12 @@ const BANNERS: BannerType[] = [
5454
linkURL: 'https://docs.sentry.io/contributing/pages/banners/',
5555
linkText: 'CTA',
5656
},
57+
{
58+
appearsOn: ['^/$'],
59+
text: 'Check out Sentry Launch Week for our latest product releases.',
60+
linkURL: 'https://sentry.io/events/launch-week/?promo_name=launchweekQ4FY2024',
61+
linkText: 'See what’s new.',
62+
},
5763
];
5864

5965
const LOCALSTORAGE_NAMESPACE = 'banner-manifest';

0 commit comments

Comments
 (0)