Skip to content

updated banner #5067

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/components/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import React, { useState, useEffect } 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 SHOW_BANNER = true;
const BANNER_TEXT =
"Sentry will be at Pycon US 2022 - join our live workshop, 'Elasticsearch and Python, a Match Made in Heaven' on Apr. 28 @ 9:00 AM MDT.";
"See how Calixa protected their developers' time by building a custom integration on Sentry in our live workshop on June 7 @ 10am PT.";
const BANNER_LINK_URL =
"https://us.pycon.org/2022/schedule/presentation/168/";
"https://sentry.io/resources/calixa-sentry-workshop/?promo_name=docs-banner";
const BANNER_LINK_TEXT = "Register here.";
const OPTIONAL_BANNER_IMAGE = null;

Expand Down