From 18a9402215a7e4b4d6810ac1c8a5ccd1a4c2247b Mon Sep 17 00:00:00 2001 From: Rahul Chhabria Date: Mon, 1 May 2023 11:28:12 -0700 Subject: [PATCH] update banner with profiling ama (#6775) * update banner with profiling ama * removing extra space * lint --------- Co-authored-by: Shana Matthews --- src/components/banner.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/banner.tsx b/src/components/banner.tsx index 16f56691e43c1..37884fde4d171 100644 --- a/src/components/banner.tsx +++ b/src/components/banner.tsx @@ -7,10 +7,9 @@ import React, {useEffect, useState} from 'react'; // const SHOW_BANNER = true; const BANNER_TEXT = - 'Syntax is joining Sentry. Check out the post and listen to the tasty 600th episode to learn more and grab limited edition swag.'; -const BANNER_LINK_URL = - 'https://blog.sentry.io/2023/04/12/syntax-sentry-mmxxiii/?utm_source=web&utm_medium=docs&utm_campaign=sentry+syntax&utm_term=link'; -const BANNER_LINK_TEXT = 'Read more.'; + 'Join Sentry engineers as they discuss how to use Profiling to see the exact lines of code or functions causing slowdowns in your application.'; +const BANNER_LINK_URL = 'https://bit.ly/profiling-ama-reg-7'; +const BANNER_LINK_TEXT = 'Sign up now.'; const OPTIONAL_BANNER_IMAGE = null; //