Skip to content

Commit

Permalink
update banner for post-launch week promotion (#11964)
Browse files Browse the repository at this point in the history
* update banner for post-launch week promotion

* Update src/components/banner/index.tsx

Co-authored-by: Liza Mock <liza.mock@sentry.io>

---------

Co-authored-by: Liza Mock <liza.mock@sentry.io>
  • Loading branch information
elijames-codecov and lizokm authored Nov 26, 2024
1 parent 9438d64 commit 3768760
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ const BANNERS: BannerType[] = [
linkURL: 'https://docs.sentry.io/contributing/pages/banners/',
linkText: 'CTA',
},
{
appearsOn: ['^/$'],
text: 'Check out Sentry Launch Week for our latest product releases.',
linkURL: 'https://sentry.io/events/launch-week/?promo_name=launchweekQ4FY2024',
linkText: 'See what’s new.',
},
];

const LOCALSTORAGE_NAMESPACE = 'banner-manifest';
Expand Down

0 comments on commit 3768760

Please sign in to comment.