Skip to content

Commit a5ba2eb

Browse files
rm banner from docs (#13009)
1 parent cd99aa2 commit a5ba2eb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/banner/index.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ const BANNERS: BannerType[] = [
6565
linkURL: 'https://docs.sentry.io/product/explore/session-replay/mobile/',
6666
linkText: 'Get started today.',
6767
},
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-
},
7468
];
7569

7670
const LOCALSTORAGE_NAMESPACE = 'banner-manifest';

0 commit comments

Comments
 (0)