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 113113 <a
114114 href ={` ${base }/#about ` }
115115 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
117117 >
118118 <a
119119 href ={` ${base }/#features ` }
120120 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
122122 >
123123 <a
124124 href ={` ${base }/#workflow ` }
125125 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
127127 >
128128 <a
129129 href ={` ${base }/#solutions ` }
130130 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
132132 >
133133 <a
134134 href ={` ${base }/#tokenomics ` }
135135 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
137137 >
138138 <a
139139 href ={` ${base }/#validators ` }
140140 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
142142 >
143143 </div >
144144 <div class =" py-6" >
You can’t perform that action at this time.
0 commit comments