Skip to content

Commit 16d440a

Browse files
dorothymleepriscilawebdev
authored andcommitted
updated banner (#5067)
1 parent 6dac3a2 commit 16d440a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/banner.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import React, { useState, useEffect } from "react";
55
// This is a lazy way of doing things but will work until
66
// we put a more robust solution in place.
77
//
8-
const SHOW_BANNER = false;
8+
const SHOW_BANNER = true;
99
const BANNER_TEXT =
10-
"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.";
10+
"See how Calixa protected their developers' time by building a custom integration on Sentry in our live workshop on June 7 @ 10am PT.";
1111
const BANNER_LINK_URL =
12-
"https://us.pycon.org/2022/schedule/presentation/168/";
12+
"https://sentry.io/resources/calixa-sentry-workshop/?promo_name=docs-banner";
1313
const BANNER_LINK_TEXT = "Register here.";
1414
const OPTIONAL_BANNER_IMAGE = null;
1515

0 commit comments

Comments
 (0)