Skip to content

Commit

Permalink
fix: navabar data
Browse files Browse the repository at this point in the history
  • Loading branch information
Srish-ty committed Oct 19, 2024
1 parent 9858e83 commit 6555c22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/components/Marginals/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Image from 'next/image';
import { socials, secondcol, thirdcol, footerBottom, firstcol } from '@/config/content/Footer';
import Link from 'next/link';
import MapModal from './MapModal';
import { List, SmallList } from '../shared/Typography/Lists';
import { List, SmallList } from '../../shared/Typography/Lists';

import {
FooterContainer,
Expand All @@ -28,7 +28,7 @@ import {
Overlay,
Modal,
} from './styles';
import { LogoText2 } from '../shared/Typography/Headings';
import { LogoText2 } from '../../shared/Typography/Headings';
// import { createPortal } from 'react-dom';
import { PaymentPolicyModal } from './PaymentPolicyModel';
import { useEffect, useState } from 'react';
Expand Down
8 changes: 4 additions & 4 deletions src/config/content/NavbarData/NavData.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ export const logos = [
];

export const navLinks = [
{ name: 'About us', link: '/playground#aboutus' },
{ name: 'Events', link: '/playground#events' },
{ name: 'Sponsers', link: '/playground#sponsers' },
{ name: 'Contact Us', link: '/playground#contact' },
{ name: 'About us', link: '/#aboutus' },
{ name: 'Events', link: '/#events' },
{ name: 'Sponsers', link: '/#sponsers' },
{ name: 'Contact Us', link: '/#contact' },
];

export const ButtonData = {
Expand Down

0 comments on commit 6555c22

Please sign in to comment.