Skip to content

Commit f7907d7

Browse files
committed
chore: fix broken links
1 parent 6f1ef12 commit f7907d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/DocsMobileNavigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function CoreNavigation() {}
1010

1111
const links = [
1212
{ href: "/docs", label: "Docs" },
13-
{ href: "/product", label: "Product" },
13+
//{ href: "/product", label: "Product" },
1414
{ href: "/changelog", label: "Changelog" },
1515
{ href: "/pricing", label: "Pricing" },
1616
];

0 commit comments

Comments
 (0)