Skip to content

Commit

Permalink
update marketing banner (#7736)
Browse files Browse the repository at this point in the history
* update marketing banner

* style(lint): Auto commit lint changes

* Update src/components/banner.tsx

* Update src/components/banner.tsx

---------

Co-authored-by: getsantry[bot] <66042841+getsantry[bot]@users.noreply.github.com>
  • Loading branch information
lizokm and getsantry[bot] authored Sep 5, 2023
1 parent caff309 commit 5f54a72
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ import React, {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 = false;
const BANNER_TEXT = '';
const BANNER_LINK_URL = '';
const BANNER_LINK_TEXT = '';
const SHOW_BANNER = true;
const BANNER_TEXT =
'Learn how to detect, fix, and prevent ANRs. Hear from Sentry Android experts. Sep 26 | 10am PST';
const BANNER_LINK_URL =
'https://sentry.io/resources/ama-detect-fix-prevent-anrs/?promo_name=from-docs-banner';
const BANNER_LINK_TEXT = 'Register Now';
const OPTIONAL_BANNER_IMAGE = null;

//
Expand Down

1 comment on commit 5f54a72

@vercel
Copy link

@vercel vercel bot commented on 5f54a72 Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sentry-docs – ./

sentry-docs.sentry.dev
docs.sentry.io
sentry-docs-git-master.sentry.dev

Please sign in to comment.