Skip to content

Commit 9919ab3

Browse files
committed
changed contact-us to contact
1 parent 6caf851 commit 9919ab3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

frontend/src/components/Hamburger.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function Hamburger() {
4848
<Link href={'./sponsors'}>Sponsors</Link>
4949
</li>
5050
<li className="py-2 text-lg">
51-
<Link href={'./contact-us'}>Contact Us</Link>
51+
<Link href={'./contact'}>Contact Us</Link>
5252
</li>
5353
</ul>
5454
</motion.div>
File renamed without changes.

0 commit comments

Comments
 (0)