Skip to content

Commit 146b29c

Browse files
feat: add FAQ item to desktop navbar
1 parent d9263c3 commit 146b29c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/web-dashboard/src/pages/LandingPage

apps/web-dashboard/src/pages/LandingPage/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -601,13 +601,13 @@ const NAV_ITEMS = [
601601
{ label: 'Features', href: '/#client-services', icon: Zap },
602602
{ label: 'Use Cases', href: '/#use-cases', icon: Box },
603603
{ label: 'Pricing', href: '/pricing', icon: Check },
604+
{ label: 'FAQ', href: '/#faq', icon: CircleHelp },
604605
{ label: 'Docs', href: 'https://docs.ub.bitbros.in', icon: Terminal, external: true }
605606
];
606607

607608
const MOBILE_MENU_ITEMS = [
608609
{ label: 'How it Works', href: '#how-it-works', icon: Layers },
609-
...NAV_ITEMS,
610-
{ label: 'FAQ', href: '#faq', icon: CircleHelp }
610+
...NAV_ITEMS
611611
];
612612

613613
function renderNavItem(item, index, { className, iconSize, onNavigate, location }) {

0 commit comments

Comments
 (0)