Skip to content

Commit

Permalink
rm banner for supabase workshop (#10225)
Browse files Browse the repository at this point in the history
* rm banner for supabase workshop

* [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 May 31, 2024
1 parent 092382f commit efd8030
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/components/banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ import styles from './banner.module.scss';
// 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 =
'Join the Sentry and Supabase teams on May 16th to learn about monitoring Supabase with Sentry.';
const BANNER_LINK_URL =
'https://sentry.io/resources/supabase-sentry-workshop/?promo_name=general-fy25q2-supabaseworkshop';
const BANNER_LINK_TEXT = 'RSVP';
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 efd8030

Please sign in to comment.