Skip to content

Commit a926a66

Browse files
update banner
1 parent 24a47b3 commit a926a66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/banner/index.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ const BANNERS: BannerType[] = [
5454
linkURL: 'https://docs.sentry.io/contributing/pages/banners/',
5555
linkText: 'CTA',
5656
},
57-
{
58-
appearsOn: ['^/$'],
59-
text: 'Learn about the newest features in Sentry.',
60-
linkURL: 'https://sentry.io/changelog',
61-
linkText: 'See what’s new.',
62-
},
6357
{
6458
appearsOn: [
6559
'^/platforms/flutter/',
@@ -71,6 +65,12 @@ const BANNERS: BannerType[] = [
7165
linkURL: 'https://docs.sentry.io/product/explore/session-replay/mobile/',
7266
linkText: 'Get started today.',
7367
},
68+
{
69+
appearsOn: ['^/$'],
70+
text: 'Ship it, break it, fix it—live! Hands-on workshop debugging with Lazar.',
71+
linkURL: 'https://sentry.io/resources/instrument-monitor-fix-workshop/',
72+
linkText: 'RSVP for March 12.',
73+
},
7474
];
7575

7676
const LOCALSTORAGE_NAMESPACE = 'banner-manifest';

0 commit comments

Comments
 (0)