Skip to content

Commit 222fb5b

Browse files
authored
feat(platform): Remove launch week banner (#11932)
1 parent fd1a3f9 commit 222fb5b

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
@@ -48,12 +48,6 @@ type BannerType = {
4848
const BANNERS: BannerType[] = [
4949
/// ⚠️ KEEP THIS LAST BANNER ACTIVE FOR DOCUMENTATION
5050
// 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-
},
5751
{
5852
appearsOn: ['^/contributing/pages/banners/'],
5953
text: 'Edit this banner on `/src/components/banner/index.tsx`',

0 commit comments

Comments
 (0)