Skip to content

Commit c376f64

Browse files
revert(pages/index): add missing button in internet section
1 parent 616933e commit c376f64

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/pages/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,12 @@ const HomePage = ({
514514
to: "/dapps/?category=technology",
515515
child: <Translation id="page-index-internet-button" />,
516516
}}
517+
secondButton={{
518+
to: "/wallets/",
519+
child: (
520+
<Translation id="page-index-internet-secondary-button" />
521+
),
522+
}}
517523
/>
518524
</FeatureContent>
519525
<ImageContainer pl={{ lg: 8 }}>

0 commit comments

Comments
 (0)