We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4947e78 commit1b11a00Copy full SHA for 1b11a00
frontend/src/components/Hamburger.tsx
@@ -36,19 +36,19 @@ export default function Hamburger() {
36
>
37
<ul>
38
<liclassName="py-2 text-lg">
39
-<Linkhref={'./about'}>About Us</Link>
+<Linkhref={'/about'}>About Us</Link>
40
</li>
41
42
-<Linkhref={'./events'}>Events</Link>
+<Linkhref={'/events'}>Events</Link>
43
44
45
-<Linkhref={'./resources'}>Resources</Link>
+<Linkhref={'/resources'}>Resources</Link>
46
47
48
-<Linkhref={'./sponsors'}>Sponsors</Link>
+<Linkhref={'/sponsors'}>Sponsors</Link>
49
50
51
-<Linkhref={'./contact-us'}>Contact Us</Link>
+<Linkhref={'/contact-us'}>Contact Us</Link>
52
53
</ul>
54
</motion.div>