File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import { GetStaticProps } from "next"
3
3
import { useRouter } from "next/router"
4
4
import { useTranslation } from "next-i18next"
5
5
import { serverSideTranslations } from "next-i18next/serverSideTranslations"
6
- import { Box } from "@chakra-ui/react"
7
6
8
7
import { BasePageProps , Lang } from "@/lib/types"
9
8
@@ -420,11 +419,11 @@ const WalletsPage = () => {
420
419
descriptionKey = "page-wallets:page-wallets-get-some-desc"
421
420
className = "min-h-full flex-1 basis-[424px]"
422
421
>
423
- < Box >
422
+ < div >
424
423
< ButtonLink href = "/get-eth/" >
425
424
{ t ( "page-wallets-get-some-btn" ) }
426
425
</ ButtonLink >
427
- </ Box >
426
+ </ div >
428
427
</ Callout >
429
428
< Callout
430
429
image = { DappsImage }
@@ -433,11 +432,11 @@ const WalletsPage = () => {
433
432
descriptionKey = "page-wallets:page-wallets-try-dapps-desc"
434
433
className = "min-h-full flex-1 basis-[424px]"
435
434
>
436
- < Box >
435
+ < div >
437
436
< ButtonLink href = "/dapps/" >
438
437
{ t ( "page-wallets-more-on-dapps-btn" ) }
439
438
</ ButtonLink >
440
- </ Box >
439
+ </ div >
441
440
</ Callout >
442
441
</ div >
443
442
</ div >
You can’t perform that action at this time.
0 commit comments