diff --git a/src/components/Navbar/Navbar.tsx b/src/components/Navbar/Navbar.tsx index b92e984c..d1141f2f 100644 --- a/src/components/Navbar/Navbar.tsx +++ b/src/components/Navbar/Navbar.tsx @@ -2,7 +2,7 @@ import { useEffect, useState } from 'react'; import { NavItems, Menu, Button } from '@components'; import { HawkHacksLogo } from '@assets'; import Hamburger from 'hamburger-react'; -import { Link } from 'react-router-dom'; +// import { Link } from 'react-router-dom'; import { logEvent, analytics } from '../../utils/Analytics'; import { Link as ScrollLink } from 'react-scroll'; @@ -49,18 +49,14 @@ const Navbar = () => {
- - - +