Skip to content

Commit

Permalink
Removing launch week from banner (#12696)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyde authored Feb 13, 2025
1 parent 7518643 commit 3d6016e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const BANNERS: BannerType[] = [
},
{
appearsOn: ['^/$'],
text: 'Check out Sentry Launch Week for our latest product releases.',
linkURL: 'https://sentry.io/events/launch-week/?promo_name=launchweekQ4FY2024',
text: 'Learn about the newest features in Sentry.',
linkURL: 'https://sentry.io/changelog',
linkText: 'See what’s new.',
},
{
Expand Down

0 comments on commit 3d6016e

Please sign in to comment.