Skip to content

Commit cf1a47d

Browse files
authored
update marketing banner (#7785)
1 parent f2dd342 commit cf1a47d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/banner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import React, {useEffect, useState} from 'react';
77
//
88
const SHOW_BANNER = true;
99
const BANNER_TEXT =
10-
'Learn how to detect, fix, and prevent ANRs. Hear from Sentry Android experts. Sep 26 | 10am PST';
10+
'Learn how to detect and fix slow page loads, rendering, and other frontend performance monitoring basics. Sep 20 | 10am PST';
1111
const BANNER_LINK_URL =
12-
'https://sentry.io/resources/ama-detect-fix-prevent-anrs/?promo_name=from-docs-banner';
12+
'https://sentry.io/resources/frontend-performance-monitoring-101/';
1313
const BANNER_LINK_TEXT = 'Register Now';
1414
const OPTIONAL_BANNER_IMAGE = null;
1515

0 commit comments

Comments
 (0)