File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -302,10 +302,7 @@ function HomePage() {
302302 </ p >
303303 </ div >
304304 < div className = "flex flex-wrap gap-3 items-start relative shrink-0" >
305- < Button variant = "primary" onClick = { ( ) => handleNavigate ( '/government/playground' ) } >
306- { tCommon ( 'buttons.explorePlayground' ) }
307- </ Button >
308- < Button variant = "outline" onClick = { ( ) => handleNavigate ( '/government' ) } >
305+ < Button variant = "primary" onClick = { ( ) => handleNavigate ( '/government' ) } >
309306 { tCommon ( 'buttons.learnMore' ) }
310307 </ Button >
311308 </ div >
@@ -331,10 +328,7 @@ function HomePage() {
331328 </ p >
332329 </ div >
333330 < div className = "flex flex-wrap gap-3 items-start relative shrink-0 w-full" >
334- < Button variant = "primary" onClick = { ( ) => handleNavigate ( '/government/playground' ) } >
335- { tCommon ( 'buttons.explorePlayground' ) }
336- </ Button >
337- < Button variant = "outline" onClick = { ( ) => handleNavigate ( '/government' ) } >
331+ < Button variant = "primary" onClick = { ( ) => handleNavigate ( '/government' ) } >
338332 { tCommon ( 'buttons.learnMore' ) }
339333 </ Button >
340334 </ div >
You can’t perform that action at this time.
0 commit comments