Skip to content

Commit 508ed85

Browse files
update banner for post-launch week promotion
1 parent a69c8e6 commit 508ed85

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: 'Discover all our latest product releases from Sentry Launch Week.',
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)