From cf1a47db0bf6ec2103b775a1d566922c546f47dd Mon Sep 17 00:00:00 2001 From: Liza Mock Date: Mon, 11 Sep 2023 19:38:39 -0700 Subject: [PATCH] update marketing banner (#7785) --- src/components/banner.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;