diff --git a/src/components/banner.tsx b/src/components/banner.tsx index 0428e06453f67..3995696438d09 100644 --- a/src/components/banner.tsx +++ b/src/components/banner.tsx @@ -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;