Skip to content

Commit 180fab1

Browse files
committed
migrate card section
1 parent 9764a37 commit 180fab1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/pages/wallets/index.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { GetStaticProps } from "next"
33
import { useRouter } from "next/router"
44
import { useTranslation } from "next-i18next"
55
import { serverSideTranslations } from "next-i18next/serverSideTranslations"
6-
import { Box } from "@chakra-ui/react"
76

87
import { BasePageProps, Lang } from "@/lib/types"
98

@@ -420,11 +419,11 @@ const WalletsPage = () => {
420419
descriptionKey="page-wallets:page-wallets-get-some-desc"
421420
className="min-h-full flex-1 basis-[424px]"
422421
>
423-
<Box>
422+
<div>
424423
<ButtonLink href="/get-eth/">
425424
{t("page-wallets-get-some-btn")}
426425
</ButtonLink>
427-
</Box>
426+
</div>
428427
</Callout>
429428
<Callout
430429
image={DappsImage}
@@ -433,11 +432,11 @@ const WalletsPage = () => {
433432
descriptionKey="page-wallets:page-wallets-try-dapps-desc"
434433
className="min-h-full flex-1 basis-[424px]"
435434
>
436-
<Box>
435+
<div>
437436
<ButtonLink href="/dapps/">
438437
{t("page-wallets-more-on-dapps-btn")}
439438
</ButtonLink>
440-
</Box>
439+
</div>
441440
</Callout>
442441
</div>
443442
</div>

0 commit comments

Comments
 (0)