Skip to content

Commit 5983ace

Browse files
authored
updated banner to next workshop (#4903)
1 parent 9fbd290 commit 5983ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/banner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import React, { useState, useEffect } from "react";
77
//
88
const SHOW_BANNER = true;
99
const BANNER_TEXT =
10-
"Live Workshop: See how Forethought used Discover and Dashboards to increase developer autonomy and workflow efficiency on Apr. 6 @ 10:00 AM PT.";
10+
"Atlassian scaled their developer efficiency in just a few days - see how in our live workshop on Apr. 13 @ 2:00 PM PT.";
1111
const BANNER_LINK_URL =
12-
"https://sentry.io/resources/growing-with-sentry-engineering-manager-tips/?promo_name=docs-banner";
12+
"https://sentry.io/resources/upgrading-vs-migrating-atlassian-workshop/?promo_name=docs-banner";
1313
const BANNER_LINK_TEXT = "Register here.";
1414
const OPTIONAL_BANNER_IMAGE = null;
1515

0 commit comments

Comments
 (0)