Skip to content
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
2 changes: 1 addition & 1 deletion src/app/[locale]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default async function Home({ params }: { params: Promise<{ locale: strin
<p className="mb-3 text-sm font-bold tracking-wide text-zinc-400">
{t("brand")} <span className="text-orange-500">GitHub</span>
</p>
<h1 className="max-w-2xl text-balance text-4xl font-black tracking-tight sm:text-5xl">
<h1 className="max-w-2xl whitespace-pre-line text-balance text-3xl font-black tracking-tight sm:text-5xl">
{t("headline")}
</h1>
<p className="mt-3 max-w-md text-base font-semibold tracking-wide text-zinc-300 sm:text-lg">
Expand Down
2 changes: 1 addition & 1 deletion src/components/DeveloperCount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useTranslations } from "next-intl";
import { useEffect, useState } from "react";

/**
* "已经有 N 名开发者参与战斗 ⚔️" — fetches the evaluated-account count and counts
* "已经有 N 名开发者惨遭锐评。" — fetches the evaluated-account count and counts
* up from 0 to N on mount. Renders nothing until there is a positive count (so a
* cold / DB-less environment shows no broken state).
*/
Expand Down
6 changes: 3 additions & 3 deletions src/messages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
},
"home": {
"brand": "毒舌",
"headline": "发现最佳开发者,也成为其中之一",
"subtitle": "先来一发 0–100 分的毒舌成色检测,看清你在哪,知道往哪走。",
"headline": "让“我为人人”的开发者\n被人人看见",
"subtitle": "从夯到拉锐评 GitHub 账号",
"boardHeading": "🏆 发现最佳开发者",
"openBoard": "打开完整榜单 →",
"disclaimer1": "本站仅基于 GitHub <b>公开数据</b>自动生成评分与点评,吐槽的是账号的公开行为与数据,非针对个人。结果不构成对任何人的事实认定,请勿用于骚扰。",
Expand Down Expand Up @@ -410,7 +410,7 @@
"cancel": "取消",
"saveContinue": "保存并继续"
},
"developerCount": "已经有 <n>{count, number}</n> 名开发者参与战斗 ⚔️",
"developerCount": "已经有 <n>{count, number}</n> 名开发者惨遭锐评。",
"shareCard": {
"beatLabel": "超越的开发者",
"brand": "🔥 ghfind · 来测测你的含金量"
Expand Down
Loading