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() {
36
36
>
37
37
< ul >
38
38
< li className = "py-2 text-lg" >
39
- < Link href = { '. /about' } > About Us</ Link >
39
+ < Link href = { '/about' } > About Us</ Link >
40
40
</ li >
41
41
< li className = "py-2 text-lg" >
42
- < Link href = { '. /events' } > Events</ Link >
42
+ < Link href = { '/events' } > Events</ Link >
43
43
</ li >
44
44
< li className = "py-2 text-lg" >
45
- < Link href = { '. /resources' } > Resources</ Link >
45
+ < Link href = { '/resources' } > Resources</ Link >
46
46
</ li >
47
47
< li className = "py-2 text-lg" >
48
- < Link href = { '. /sponsors' } > Sponsors</ Link >
48
+ < Link href = { '/sponsors' } > Sponsors</ Link >
49
49
</ li >
50
50
< li className = "py-2 text-lg" >
51
- < Link href = { '. /contact-us' } > Contact Us</ Link >
51
+ < Link href = { '/contact-us' } > Contact Us</ Link >
52
52
</ li >
53
53
</ ul >
54
54
</ motion . div >
You can’t perform that action at this time.
0 commit comments