Skip to content

Commit 9c26fa3

Browse files
update banner for syntax (#6645)
* update banner for syntax * Update banner.tsx fix typo
1 parent 8657483 commit 9c26fa3

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
@@ -7,10 +7,10 @@ import React, { useState, useEffect } from "react";
77
//
88
const SHOW_BANNER = true;
99
const BANNER_TEXT =
10-
"AMA: Join the Codecov team to learn how to see untested code in your stack trace.";
10+
"Syntax is joining Sentry. Check out the post and listen to the tasty 600th episode to learn more and grab limited edition swag.";
1111
const BANNER_LINK_URL =
12-
"https://bit.ly/codecov-ama-8";
13-
const BANNER_LINK_TEXT = "Register here.";
12+
"https://blog.sentry.io/2023/04/12/syntax-sentry-mmxxiii/?utm_source=web&utm_medium=docs&utm_campaign=sentry+syntax&utm_term=link";
13+
const BANNER_LINK_TEXT = "Read more.";
1414
const OPTIONAL_BANNER_IMAGE = null;
1515

1616
//

0 commit comments

Comments
 (0)