Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update banner for mobile event.tsx #7929

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 and fix slow page loads, rendering, and other frontend performance monitoring basics. Sep 20 | 10am PST';
'[Workshop] How to detect, fix and prevent ANRs. Join us live. Sept 27 | 10 AM PT.';
const BANNER_LINK_URL =
'https://sentry.io/resources/frontend-performance-monitoring-101/';
'https://sentry.io/resources/ama-detect-fix-prevent-anrs/?original_referrer=https%3A%2F%2Fdocs.sentry.io%2F';
const BANNER_LINK_TEXT = 'Register Now';
const OPTIONAL_BANNER_IMAGE = null;

Expand Down
Loading