We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1a3f9 commit 222fb5bCopy full SHA for 222fb5b
src/components/banner/index.tsx
@@ -48,12 +48,6 @@ type BannerType = {
48
const BANNERS: BannerType[] = [
49
/// ⚠️ KEEP THIS LAST BANNER ACTIVE FOR DOCUMENTATION
50
// check it out on `/contributing/pages/banners/`
51
- {
52
- appearsOn: ['^/$', '^/platforms/'],
53
- text: 'New products are coming. Join us for Sentry Launch Week, Nov 18-21.',
54
- linkURL: 'https://sentry.io/events/launch-week/?promo_name=launchweekQ4FY2024',
55
- linkText: `See what's coming`,
56
- },
57
{
58
appearsOn: ['^/contributing/pages/banners/'],
59
text: 'Edit this banner on `/src/components/banner/index.tsx`',
0 commit comments