Skip to content

Commit f76d416

Browse files
committed
feat: delete changelog link in LandingHeader component
1 parent 81b6b34 commit f76d416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/home/LandingHeader.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ export default function LandingHeader() {
4444
</ThemeToggle>
4545
<GitHubStars />
4646

47-
<Link
47+
{/* <Link
4848
href={`/${locale}/changelog`}
4949
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"
5050
>
5151
<FileText className="h-3.5 w-3.5" />
5252
{t("changelog") || "更新日志"}
53-
</Link>
53+
</Link> */}
5454

5555
<GoDashboard>
5656
<Button

0 commit comments

Comments
 (0)