We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804fb30 commit 943fd72Copy full SHA for 943fd72
1 file changed
src/components/Navbar.tsx
@@ -5,7 +5,7 @@ import type { ThemeMode } from "../utils/theme";
5
const NAV_LINKS = [
6
{ to: "/", label: "Home" },
7
{ to: "/graph", label: "Graph" },
8
- { to: "/search", label: "Search" },
+ { to: "/search", label: "Market" },
9
{ to: "/docs", label: "Docs" },
10
];
11
0 commit comments