Skip to content

Change top banner text #856

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/features/localization/dictionaries/layout/en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ const withJapanese = process.env.NEXT_PUBLIC_WITH_JAPANESE === "enabled";
export const enLayoutDictionary: LayoutDictionaryModel = {
ribbon: {
cta: {
title: "Developer Day is coming to your screen",
description: "(Join us)",
title: "Get up-to-speed with JSON Web Tokens.",
description: "Get the JWT Handbook for free",
link: {
url: "https://a0.to/devday25-rsvp",
url: "https://auth0.com/resources/ebooks/jwt-handbook?utm_source=jwt&utm_medium=microsites&utm_campaign=jwt",
icon: {
label: "Arrow pointing northeast",
},
Expand Down
6 changes: 3 additions & 3 deletions src/features/localization/dictionaries/layout/ja.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ const withJapanese = process.env.NEXT_PUBLIC_WITH_JAPANESE === "enabled";
export const jaLayoutDictionary: LayoutDictionaryModel = {
ribbon: {
cta: {
title: "jwt.io v2ベータバージョン:",
description: "フィードバックをお寄せください。",
title: "より詳しくJSON Web Token (JWT) を知るには?",
description: "「JWTハンドブック」をダウンロード",
link: {
url: "https://a0.to/jwt-io-feedback-ja",
url: "https://auth0.com/resources/ebooks/jp-jwt-handbook",
icon: {
label: "北東を指す矢",
},
Expand Down