Skip to content

Commit

Permalink
LW banners on new banners component (#11781)
Browse files Browse the repository at this point in the history
  • Loading branch information
elijames-codecov authored and vaind committed Nov 11, 2024
1 parent 65b9de2 commit 9b4f503
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 @@ -48,6 +48,12 @@ type BannerType = {
const BANNERS: BannerType[] = [
/// ⚠️ KEEP THIS LAST BANNER ACTIVE FOR DOCUMENTATION
// check it out on `/contributing/pages/banners/`
{
appearsOn: ['^/$', '^/platforms/'],
text: 'New products are coming. Join us for Sentry Launch Week, Nov 18-21.',
linkURL: 'https://sentry.io/events/launch-week/?promo_name=launchweekQ4FY2024',
linkText: `See what's coming`,
},
{
appearsOn: ['^/contributing/pages/banners/'],
text: 'Edit this banner on `/src/components/banner/index.tsx`',
Expand Down

0 comments on commit 9b4f503

Please sign in to comment.