We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9a156 commit 106f4a2Copy full SHA for 106f4a2
web/src/components/navbar/navbar.tsx
@@ -46,7 +46,7 @@ export const Navbar = () => {
46
</Link>
47
<nav className="hidden md:flex items-center space-x-1 ml-auto">
48
<Link
49
- href={`/docs`}
+ href="/docs/help/quick-start"
50
className="relative font-medium px-3 py-2 rounded-md transition-all duration-200 hover:bg-accent hover:text-accent-foreground group"
51
>
52
<span className="relative z-10">Docs</span>
@@ -107,7 +107,7 @@ export const Navbar = () => {
107
108
<DropdownMenuItem asChild>
109
110
- href="/docs"
111
className="flex items-center cursor-pointer transition-colors"
112
113
<BookHeart className="mr-2 h-4 w-4" />
0 commit comments