Skip to content

Commit b1ea163

Browse files
fix: features navbar option redirection 404 (#67)
Signed-off-by: Arya Pratap Singh <notaryasingh@gmail.com> Co-authored-by: Yash Kumar Saini <115717039+yashksaini-coder@users.noreply.github.com>
1 parent 18433eb commit b1ea163

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
@@ -9,7 +9,7 @@ import { Menu, X } from 'lucide-react'
99

1010
const navItems = [
1111
{ href: "/", label: "Home" },
12-
{ href: "/features", label: "Features" },
12+
{ href: "#features", label: "Features" },
1313
{ href: "/learn-more", label: "How it Works" },
1414
{ href: "/FAQ", label: "FAQs" },
1515
{ href: "/blog", label: "Blog" },

0 commit comments

Comments
 (0)