Skip to content

Commit 226c36c

Browse files
update banner (#9609)
1 parent a6807aa commit 226c36c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/banner.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import {useEffect, useState} from 'react';
99
//
1010
const SHOW_BANNER = true;
1111
const BANNER_TEXT =
12-
'Join us for Sentry Launch Week March 18-22 for product releases and exclusive demos.';
12+
'Let’s par-tee - join us at Google Cloud Next for Sentry’s After Party at Topgolf on April 9 @ 7pm.';
1313
const BANNER_LINK_URL =
14-
'https://sentry.io/events/launch-week/?promo_name=docs-fy25q1launchweek';
15-
const BANNER_LINK_TEXT = 'See what’s new';
14+
'https://sentry.io/resources/sentry-google-cloud-next-2024/?promo=docs-banner';
15+
const BANNER_LINK_TEXT = 'RSVP here.';
1616
const OPTIONAL_BANNER_IMAGE = null;
1717

1818
//

0 commit comments

Comments
 (0)