Skip to content

Commit 28720e9

Browse files
committed
Removing launch week from banner
1 parent d45639a commit 28720e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/banner/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ const BANNERS: BannerType[] = [
5656
},
5757
{
5858
appearsOn: ['^/$'],
59-
text: 'Check out Sentry Launch Week for our latest product releases.',
60-
linkURL: 'https://sentry.io/events/launch-week/?promo_name=launchweekQ4FY2024',
59+
text: 'Learn about the newest features in Sentry.',
60+
linkURL: 'https://sentry.io/changelog',
6161
linkText: 'See what’s new.',
6262
},
6363
{

0 commit comments

Comments
 (0)