Skip to content

Commit 9c9637a

Browse files
committed
change top banner text
1 parent 7af04bc commit 9c9637a

File tree

1 file changed

+3
-3
lines changed
  • src/features/localization/dictionaries/layout

1 file changed

+3
-3
lines changed

src/features/localization/dictionaries/layout/en.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ const withJapanese = process.env.NEXT_PUBLIC_WITH_JAPANESE === "enabled";
88
export const enLayoutDictionary: LayoutDictionaryModel = {
99
ribbon: {
1010
cta: {
11-
title: "Developer Day is coming to your screen",
12-
description: "(Join us)",
11+
title: "Get up-to-speed with JSON Web Tokens.",
12+
description: "Get the JWT Handbook for free",
1313
link: {
14-
url: "https://a0.to/devday25-rsvp",
14+
url: "https://auth0.com/resources/ebooks/jwt-handbook?utm_source=jwt&utm_medium=microsites&utm_campaign=jwt",
1515
icon: {
1616
label: "Arrow pointing northeast",
1717
},

0 commit comments

Comments
 (0)