Skip to content

Commit 18433eb

Browse files
fix: 404 redirection when clicked on how it works in navbar (#66)
Signed-off-by: Arya Pratap Singh <notaryasingh@gmail.com>
1 parent 982c9d2 commit 18433eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)