@@ -6,7 +6,6 @@ import { MdHelpOutline } from "react-icons/md"
6
6
7
7
import { BasePageProps , Lang } from "@/lib/types"
8
8
9
- import ButtonLink from "@/components/Buttons/ButtonLink"
10
9
import CalloutBanner from "@/components/CalloutBanner"
11
10
import DataProductCard from "@/components/DataProductCard"
12
11
import Emoji from "@/components/Emoji"
@@ -15,7 +14,6 @@ import GhostCard from "@/components/GhostCard"
15
14
import HorizontalCard from "@/components/HorizontalCard"
16
15
import { TwImage } from "@/components/Image"
17
16
import InfoBanner from "@/components/InfoBanner"
18
- import InlineLink from "@/components/Link"
19
17
import MainArticle from "@/components/MainArticle"
20
18
import PageHero from "@/components/PageHero"
21
19
import PageMetadata from "@/components/PageMetadata"
@@ -26,8 +24,10 @@ import StablecoinBoxGrid from "@/components/StablecoinBoxGrid"
26
24
import StablecoinsTable from "@/components/StablecoinsTable"
27
25
import Tooltip from "@/components/Tooltip"
28
26
import Translation from "@/components/Translation"
27
+ import { ButtonLink } from "@/components/ui/buttons/Button"
29
28
import { Divider } from "@/components/ui/divider"
30
29
import { Flex , FlexProps } from "@/components/ui/flex"
30
+ import InlineLink from "@/components/ui/Link"
31
31
32
32
import { cn } from "@/lib/utils/cn"
33
33
import { dataLoader } from "@/lib/utils/data/dataLoader"
@@ -446,7 +446,7 @@ const StablecoinsPage = ({ markets, marketsHasError }) => {
446
446
>
447
447
< div className = "-mb-8 w-full px-8 py-4" >
448
448
< H2 className = "mt-0" > { t ( "page-stablecoins-find-stablecoin" ) } </ H2 >
449
- < Flex className = "me-auto ms-auto w-full flex-col justify-center lg:me-8 lg:ms-0 lg:w-1/2" >
449
+ < Flex className = "me-auto ms-auto w-full flex-col justify-center lg:me-2 lg:ms-0 lg:w-1/2" >
450
450
< p className = "mb-6" >
451
451
{ t ( "page-stablecoins-find-stablecoin-intro" ) }
452
452
</ p >
@@ -480,8 +480,7 @@ const StablecoinsPage = ({ markets, marketsHasError }) => {
480
480
< Flex className = "flex-col" >
481
481
< div >
482
482
< ButtonLink
483
- mb = { 4 }
484
- me = { 4 }
483
+ className = "mb-4 me-4"
485
484
href = "https://matcha.xyz/tokens/ethereum/0x6b175474e89094c44da98b954eedeac495271d0f?sellChain=1& sellAddress = 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee "
486
485
>
487
486
{ t ( "page-stablecoins-dai-banner-swap-button" ) }
@@ -517,8 +516,7 @@ const StablecoinsPage = ({ markets, marketsHasError }) => {
517
516
< Flex className = "flex-col" >
518
517
< div >
519
518
< ButtonLink
520
- mb = { 4 }
521
- me = { 4 }
519
+ className = "mb-4 me-4"
522
520
href = "https://matcha.xyz/tokens/ethereum/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48?sellChain=1& sellAddress = 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee "
523
521
>
524
522
{ t ( "page-stablecoins-usdc-banner-swap-button" ) }
@@ -589,7 +587,7 @@ const StablecoinsPage = ({ markets, marketsHasError }) => {
589
587
< ButtonLink
590
588
variant = "outline"
591
589
href = "/defi/"
592
- whiteSpace = " normal"
590
+ className = "whitespace- normal"
593
591
isSecondary
594
592
>
595
593
{ t ( "page-stablecoins-more-defi-button" ) }
0 commit comments