diff --git a/src/components/banner/index.tsx b/src/components/banner/index.tsx index 3cef30155de68..4f32633ab5551 100644 --- a/src/components/banner/index.tsx +++ b/src/components/banner/index.tsx @@ -54,12 +54,6 @@ const BANNERS: BannerType[] = [ linkURL: 'https://docs.sentry.io/contributing/pages/banners/', linkText: 'CTA', }, - { - appearsOn: ['^/$'], - text: 'Learn about the newest features in Sentry.', - linkURL: 'https://sentry.io/changelog', - linkText: 'See what’s new.', - }, { appearsOn: [ '^/platforms/flutter/', @@ -71,6 +65,12 @@ const BANNERS: BannerType[] = [ linkURL: 'https://docs.sentry.io/product/explore/session-replay/mobile/', linkText: 'Get started today.', }, + { + appearsOn: ['^/$'], + text: 'Ship it, break it, fix it—live! Hands-on workshop debugging with Lazar.', + linkURL: 'https://sentry.io/resources/instrument-monitor-fix-workshop/', + linkText: 'RSVP for March 12.', + }, ]; const LOCALSTORAGE_NAMESPACE = 'banner-manifest';