Skip to content

Commit 7f9656b

Browse files
authored
Update/remove marketing banner (#6981)
* remove banner * update banner
1 parent 2c714de commit 7f9656b

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,8 +7,8 @@ import React, {useEffect, useState} from 'react';
77
//
88
const SHOW_BANNER = false;
99
const BANNER_TEXT =
10-
'Join Sentry engineers as they discuss how to use Profiling to see the exact lines of code or functions causing slowdowns in your application.';
11-
const BANNER_LINK_URL = 'https://bit.ly/profiling-ama-reg-7';
10+
'Join us on May 25th at 10am PT to learn how to investigate errors and performance issues with Session Replay. Plus, get the latest on new features.';
11+
const BANNER_LINK_URL = 'https://bit.ly/session-replay-troubleshooting-7';
1212
const BANNER_LINK_TEXT = 'Sign up now.';
1313
const OPTIONAL_BANNER_IMAGE = null;
1414

0 commit comments

Comments
 (0)