File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 113
113
<a
114
114
href ={` ${base }/#about ` }
115
115
class =" -mx-3 block rounded-lg px-3 py-2 text-base/7 font-semibold text-secondary hover:bg-gray-50"
116
- >About</a
116
+ onclick ={ toggleMenu } >About</a
117
117
>
118
118
<a
119
119
href ={` ${base }/#features ` }
120
120
class =" -mx-3 block rounded-lg px-3 py-2 text-base/7 font-semibold text-secondary hover:bg-gray-50"
121
- >Features</a
121
+ onclick ={ toggleMenu } >Features</a
122
122
>
123
123
<a
124
124
href ={` ${base }/#workflow ` }
125
125
class =" -mx-3 block rounded-lg px-3 py-2 text-base/7 font-semibold text-secondary hover:bg-gray-50"
126
- >Workflow</a
126
+ onclick ={ toggleMenu } >Workflow</a
127
127
>
128
128
<a
129
129
href ={` ${base }/#solutions ` }
130
130
class =" -mx-3 block rounded-lg px-3 py-2 text-base/7 font-semibold text-secondary hover:bg-gray-50"
131
- >Solutions</a
131
+ onclick ={ toggleMenu } >Solutions</a
132
132
>
133
133
<a
134
134
href ={` ${base }/#tokenomics ` }
135
135
class =" -mx-3 block rounded-lg px-3 py-2 text-base/7 font-semibold text-secondary hover:bg-gray-50"
136
- >Tokenomics</a
136
+ onclick ={ toggleMenu } >Tokenomics</a
137
137
>
138
138
<a
139
139
href ={` ${base }/#validators ` }
140
140
class =" -mx-3 block rounded-lg px-3 py-2 text-base/7 font-semibold text-secondary hover:bg-gray-50"
141
- >Validators</a
141
+ onclick ={ toggleMenu } >Validators</a
142
142
>
143
143
</div >
144
144
<div class =" py-6" >
You can’t perform that action at this time.
0 commit comments