Skip to content

Commit 943fd72

Browse files
committed
feat: rename search nav item to market
1 parent 804fb30 commit 943fd72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { ThemeMode } from "../utils/theme";
55
const NAV_LINKS = [
66
{ to: "/", label: "Home" },
77
{ to: "/graph", label: "Graph" },
8-
{ to: "/search", label: "Search" },
8+
{ to: "/search", label: "Market" },
99
{ to: "/docs", label: "Docs" },
1010
];
1111

0 commit comments

Comments
 (0)