Skip to content

Commit f0da3a6

Browse files
new copy for unity workshop (#4501)
1 parent 7db2bfe commit f0da3a6

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-
"Is the future of open source sustainable? Learn more on Dec. 14 @ 9am PT with speakers from Sentry, GitHub, and more.";
10+
"See what’s new in game development, why monitoring matters, and learn about Sentry’s new Unity SDK. Join us on Jan. 18, 2022 @ 10am PT.";
1111
const BANNER_LINK_URL =
12-
"https://sentry.io/resources/the-future-of-open-source-is-it-sustainable/?promo_name=docs-banner";
12+
"https://sentry.io/resources/cheat-codes-for-game-development-with-sentry-and-unity/?promo_name=docs-banner";
1313
const BANNER_LINK_TEXT = "Register here.";
1414
const OPTIONAL_BANNER_IMAGE = null;
1515

0 commit comments

Comments
 (0)