Skip to content

Commit

Permalink
Update banner.tsx
Browse files Browse the repository at this point in the history
Updated param for better tracking
  • Loading branch information
elijames-codecov committed Feb 21, 2024
1 parent ff2d1e4 commit bd80c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const SHOW_BANNER = true;
const BANNER_TEXT =
'Join us for Sentry Launch Week March 18-22 for product releases and exclusive demos.';
const BANNER_LINK_URL =
'https://sentry.io/events/launch-week/?promo_name=fy25q1launchweek';
'https://sentry.io/events/launch-week/?promo_name=docs-fy25q1launchweek';
const BANNER_LINK_TEXT = 'See what’s new';
const OPTIONAL_BANNER_IMAGE = null;

Expand Down

0 comments on commit bd80c10

Please sign in to comment.