Skip to content

Commit 229e9b9

Browse files
fix(hero): 修正 003 href 回滚 + 按 ux 规格更新 004 文案
- 003「笔试面经」href 恢复 /docs/career/interview-prep/bq(上次误改成 /docs/career 回滚) - 004 标题「群友分享」→「群友创作」(与 feed 分享链接 Tab 区分) - zh CTA「看看群友在写什么」→「去看群友在写什么 →」 - en CTA → "See what the community is writing →" - en community.title → "Community Creations" - 001/002/003 href 全部不动
1 parent 83a34e3 commit 229e9b9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export async function Hero() {
3232
{
3333
title: t("categories.jobs.title"),
3434
desc: t("categories.jobs.desc"),
35-
href: "/docs/career",
35+
href: "/docs/career/interview-prep/bq",
3636
},
3737
{
3838
title: t("categories.community.title"),

messages/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"cta": {
1414
"access": "Access Articles",
1515
"guideAriaLabel": "Contribution Guide",
16-
"feed": "See what we're writing"
16+
"feed": "See what the community is writing"
1717
},
1818
"archivesLabel": "Classified Archives",
1919
"join": {
@@ -34,7 +34,7 @@
3434
"desc": "Give me a job. I'll do anything."
3535
},
3636
"community": {
37-
"title": "Community Notes",
37+
"title": "Community Creations",
3838
"desc": "Original posts from community members"
3939
}
4040
}

messages/zh.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"cta": {
1414
"access": "访问文章",
1515
"guideAriaLabel": "查看投稿指南",
16-
"feed": "看看群友在写什么"
16+
"feed": "去看群友在写什么 →"
1717
},
1818
"archivesLabel": "归档分类",
1919
"join": {
@@ -34,7 +34,7 @@
3434
"desc": "可以给我一份工作吗?我什么都可以做!"
3535
},
3636
"community": {
37-
"title": "群友分享",
37+
"title": "群友创作",
3838
"desc": "群友原创文章,不定期更新"
3939
}
4040
}

0 commit comments

Comments
 (0)