File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,19 +36,19 @@ export default function Hamburger() {
3636 >
3737 < ul >
3838 < li className = "py-2 text-lg" >
39- < Link href = { '. /about' } > About Us</ Link >
39+ < Link href = { '/about' } > About Us</ Link >
4040 </ li >
4141 < li className = "py-2 text-lg" >
42- < Link href = { '. /events' } > Events</ Link >
42+ < Link href = { '/events' } > Events</ Link >
4343 </ li >
4444 < li className = "py-2 text-lg" >
45- < Link href = { '. /resources' } > Resources</ Link >
45+ < Link href = { '/resources' } > Resources</ Link >
4646 </ li >
4747 < li className = "py-2 text-lg" >
48- < Link href = { '. /sponsors' } > Sponsors</ Link >
48+ < 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-us' } > Contact Us</ Link >
5252 </ li >
5353 </ ul >
5454 </ motion . div >
You can’t perform that action at this time.
0 commit comments