Skip to content

Commit

Permalink
update banner (#9609)
Browse files Browse the repository at this point in the history
  • Loading branch information
elijames-codecov authored Apr 3, 2024
1 parent a6807aa commit 226c36c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import {useEffect, useState} from 'react';
//
const SHOW_BANNER = true;
const BANNER_TEXT =
'Join us for Sentry Launch Week March 18-22 for product releases and exclusive demos.';
'Let’s par-tee - join us at Google Cloud Next for Sentry’s After Party at Topgolf on April 9 @ 7pm.';
const BANNER_LINK_URL =
'https://sentry.io/events/launch-week/?promo_name=docs-fy25q1launchweek';
const BANNER_LINK_TEXT = 'See what’s new';
'https://sentry.io/resources/sentry-google-cloud-next-2024/?promo=docs-banner';
const BANNER_LINK_TEXT = 'RSVP here.';
const OPTIONAL_BANNER_IMAGE = null;

//
Expand Down

0 comments on commit 226c36c

Please sign in to comment.