Skip to content

Commit

Permalink
[STAT-659] pull down banner (#9665)
Browse files Browse the repository at this point in the history
* pull down banner

* [getsentry/action-github-commit] Auto commit

---------

Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
  • Loading branch information
elijames-codecov and getsantry[bot] authored Apr 10, 2024
1 parent c1a2fe9 commit 025a3d9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/components/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ import {useEffect, useState} from 'react';
// This is a lazy way of doing things but will work until
// we put a more robust solution in place.
//
const SHOW_BANNER = true;
const BANNER_TEXT =
'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/resources/sentry-google-cloud-next-2024/?promo=docs-banner';
const BANNER_LINK_TEXT = 'RSVP here.';
const SHOW_BANNER = false;
const BANNER_TEXT = '';
const BANNER_LINK_URL = '';
const BANNER_LINK_TEXT = '';
const OPTIONAL_BANNER_IMAGE = null;

//
Expand Down

0 comments on commit 025a3d9

Please sign in to comment.