We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b6b34 commit f76d416Copy full SHA for f76d416
src/components/home/LandingHeader.tsx
@@ -44,13 +44,13 @@ export default function LandingHeader() {
44
</ThemeToggle>
45
<GitHubStars />
46
47
- <Link
+ {/* <Link
48
href={`/${locale}/changelog`}
49
className="flex items-center gap-1.5 text-sm font-medium px-3 py-1.5 rounded-full bg-primary/10 text-primary hover:bg-primary/15 transition-colors"
50
>
51
<FileText className="h-3.5 w-3.5" />
52
{t("changelog") || "更新日志"}
53
- </Link>
+ </Link> */}
54
55
<GoDashboard>
56
<Button
0 commit comments