Skip to content

Commit c755d6d

Browse files
fix(site): fix navbar item label
1 parent 23a0765 commit c755d6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/site/src/components/navbar/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import logo from "@/assets/images/logo_500.png";
44
import InteractiveNav from "./interactive.svelte";
55
import { base } from "astro:config/client";
66
const links = {
7-
download: `${base}/downloads`,
7+
downloads: `${base}/downloads`,
88
demo: `${base}/demo`,
99
guides: `${base}/docs/guides/how_to_setup_syncing`,
1010
docs: `${base}/docs`,

0 commit comments

Comments
 (0)