Skip to content

Commit

Permalink
Merge pull request #241 from Nikhilh26/fixing-issue
Browse files Browse the repository at this point in the history
[FIX 🛠️] About us link not found in footer
  • Loading branch information
warmachine028 authored Jan 26, 2024
2 parents 00dc210 + 0e77151 commit d9a62d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
export const navLinks = [
{ href: '/#home', label: 'Home' },
{ href: '/#about-us', label: 'About Us' },
{ href: '/products', label: 'Products' },
{ href: '/#products', label: 'Products' },
{ href: '/#contact-us', label: 'Contact Us' }
];

Expand Down Expand Up @@ -132,7 +132,7 @@ export const footerLinks = [
{
title: 'Help',
links: [
{ name: 'About us', link: '/' },
{ name: 'About us', link: '/#about-us' },
{ name: 'FAQs', link: '/' },
{ name: 'How it works', link: '/' },
{ name: 'Privacy policy', link: '/' },
Expand Down

0 comments on commit d9a62d4

Please sign in to comment.