Skip to content

Commit a682e27

Browse files
committed
removing more contact-us
1 parent 9919ab3 commit a682e27

File tree

3 files changed

+4444
-2
lines changed

3 files changed

+4444
-2
lines changed

frontend/src/components/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const Navbar = () => {
4141
<p className="text-[0.6rem] text-[#C4C5C8]">04</p>
4242
<div>{'//'} sponsors</div>
4343
</Link>
44-
<Link href="contact-us">
44+
<Link href="contact">
4545
<p className="text-[0.6rem] text-[#C4C5C8]">04</p>
4646
<div>{'//'} Contact Us</div>
4747
</Link>

frontend/src/pages/contact.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import Contacts from '@/components/Contacts';
22
import Footer from '@/components/Footer';
3-
import Hamburger from '@/components/Hamburger';
43
import Navbar from '@/components/Navbar';
54

65
export default function ContactUs() {

0 commit comments

Comments
 (0)