Skip to content

Commit 6ec981d

Browse files
committed
fix: 404 redirection when clicked on how it works in navbar
Signed-off-by: Arya Pratap Singh <[email protected]>
1 parent 023dbf0 commit 6ec981d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/navbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Menu, X } from 'lucide-react'
1010
const navItems = [
1111
{ href: "/", label: "Home" },
1212
{ href: "/features", label: "Features" },
13-
{ href: "/how-it-works", label: "How it Works" },
13+
{ href: "/learn-more", label: "How it Works" },
1414
{ href: "/FAQ", label: "FAQs" },
1515
{ href: "/blog", label: "Blog" },
1616
]

0 commit comments

Comments
 (0)