Skip to content

Commit b17e3fd

Browse files
authored
Merge pull request #856 from jsonwebtoken/jt/delete-dev-day-banner
Change top banner text
2 parents 7af04bc + ec5a725 commit b17e3fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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
},

src/features/localization/dictionaries/layout/ja.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 jaLayoutDictionary: LayoutDictionaryModel = {
99
ribbon: {
1010
cta: {
11-
title: "jwt.io v2ベータバージョン:",
12-
description: "フィードバックをお寄せください。",
11+
title: "より詳しくJSON Web Token (JWT) を知るには?",
12+
description: "「JWTハンドブック」をダウンロード",
1313
link: {
14-
url: "https://a0.to/jwt-io-feedback-ja",
14+
url: "https://auth0.com/resources/ebooks/jp-jwt-handbook",
1515
icon: {
1616
label: "北東を指す矢",
1717
},

0 commit comments

Comments
 (0)