Skip to content

Commit 364f46e

Browse files
committed
fix: update community link to jump to community section
- Change community navigation link from GitHub Discussions to #community anchor - This allows users to jump to the Community section on the same page
1 parent 8966bd1 commit 364f46e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/src/components/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const navItems = [
1616
{ href: "#features", label: t("nav.features") },
1717
{ href: "#download", label: t("nav.download") },
1818
{ href: supportHref, label: t("nav.docs") },
19-
{ href: "https://github.com/codedogQBY/ReadAny/discussions", label: t("nav.community"), external: true },
19+
{ href: "#community", label: t("nav.community") },
2020
];
2121
---
2222

0 commit comments

Comments
 (0)