Skip to content

Commit 4aa0fc6

Browse files
committed
fix: update Homepage Government section - remove Explore playground, make Learn more primary
1 parent a7a338c commit 4aa0fc6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/pages/HomePage.tsx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)