Skip to content

Commit

Permalink
Update banner for mobile event.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulchhabria authored Sep 22, 2023
1 parent 741ff94 commit 2692d6e
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 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

0 comments on commit 2692d6e

Please sign in to comment.