From 143a81387fe28465577a68364203731eee88b340 Mon Sep 17 00:00:00 2001 From: rzmk Date: Wed, 6 Dec 2023 14:55:22 -0500 Subject: [PATCH] chore: add FAQ to navbar --- src/components/Navbar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index 6a68efc..8442c6c 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -9,7 +9,7 @@ const navbarLinks = [ { label: "Features", href: "#features", ariaLabel: "Features" }, // { label: "Feedback", href: "#feedback", ariaLabel: "Feedback" }, { label: "Pricing", href: "#pricing", ariaLabel: "Pricing" }, - // { label: "FAQ", href: "#FAQ", ariaLabel: "FAQ" }, + { label: "FAQ", href: "#FAQ", ariaLabel: "FAQ" }, ]; export const Navbar = () => {