We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17aa48c + be49eeb commit ccefec5Copy full SHA for ccefec5
3 files changed
app/components/Header.tsx
@@ -59,6 +59,15 @@ export async function Header() {
59
>
60
{t("nav.community")}
61
</Link>
62
+ <Link
63
+ href="/feed"
64
+ className="hover:text-[#CC0000] transition-colors"
65
+ data-umami-event="navigation_click"
66
+ data-umami-event-region="header"
67
+ data-umami-event-label="feed"
68
+ >
69
+ {t("nav.feed")}
70
+ </Link>
71
<Link
72
href="/#contact"
73
className="hover:text-[#CC0000] transition-colors"
messages/en.json
@@ -4,6 +4,7 @@
4
"docs": "Docs",
5
"rank": "Rank",
6
"community": "Community",
7
+ "feed": "Feed",
8
"contact": "Contact"
9
}
10
},
messages/zh.json
"docs": "文档",
"rank": "排行榜",
"community": "社区",
+ "feed": "分享墙",
"contact": "联系"
0 commit comments