We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9919ab3 commit a682e27Copy full SHA for a682e27
frontend/src/components/Navbar.tsx
@@ -41,7 +41,7 @@ const Navbar = () => {
41
<p className="text-[0.6rem] text-[#C4C5C8]">04</p>
42
<div>{'//'} sponsors</div>
43
</Link>
44
- <Link href="contact-us">
+ <Link href="contact">
45
46
<div>{'//'} Contact Us</div>
47
frontend/src/pages/contact.tsx
@@ -1,6 +1,5 @@
1
import Contacts from '@/components/Contacts';
2
import Footer from '@/components/Footer';
3
-import Hamburger from '@/components/Hamburger';
4
import Navbar from '@/components/Navbar';
5
6
export default function ContactUs() {
0 commit comments