Skip to content

Commit

Permalink
update marketing banner (#7785)
Browse files Browse the repository at this point in the history
  • Loading branch information
lizokm authored Sep 12, 2023
1 parent f2dd342 commit cf1a47d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import React, {useEffect, useState} from 'react';
//
const SHOW_BANNER = true;
const BANNER_TEXT =
'Learn how to detect, fix, and prevent ANRs. Hear from Sentry Android experts. Sep 26 | 10am PST';
'Learn how to detect and fix slow page loads, rendering, and other frontend performance monitoring basics. Sep 20 | 10am PST';
const BANNER_LINK_URL =
'https://sentry.io/resources/ama-detect-fix-prevent-anrs/?promo_name=from-docs-banner';
'https://sentry.io/resources/frontend-performance-monitoring-101/';
const BANNER_LINK_TEXT = 'Register Now';
const OPTIONAL_BANNER_IMAGE = null;

Expand Down

1 comment on commit cf1a47d

@vercel
Copy link

@vercel vercel bot commented on cf1a47d Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs.sentry.dev
sentry-docs-git-master.sentry.dev

Please sign in to comment.