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 65b9de2 commit 9b4f503Copy full SHA for 9b4f503
src/components/banner/index.tsx
@@ -48,6 +48,12 @@ 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