Skip to content

Commit 23ddba8

Browse files
author
Dharmik79
committed
added the padding on the stablecoin page between warning and the text [Fixes #12649]
1 parent 3d6b626 commit 23ddba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/stablecoins.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ const StablecoinsPage = ({ markets, marketsHasError }) => {
614614
<InfoBanner emoji="⚠️" isWarning>
615615
{t("page-stablecoins-algorithmic-disclaimer")}
616616
</InfoBanner>
617-
<Text>
617+
<Text py={4}>
618618
{t("page-stablecoins-top-coins-intro")}{" "}
619619
{t("page-stablecoins-top-coins-intro-code")}
620620
</Text>

0 commit comments

Comments
 (0)