From 23ddba83031b8434a9b3bdd9948dd98857a92d8e Mon Sep 17 00:00:00 2001 From: Dharmik79 Date: Thu, 4 Apr 2024 00:48:03 -0600 Subject: [PATCH 1/2] added the padding on the stablecoin page between warning and the text [Fixes #12649] --- src/pages/stablecoins.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/stablecoins.tsx b/src/pages/stablecoins.tsx index 9c6d998d9db..dc9e5fafeac 100644 --- a/src/pages/stablecoins.tsx +++ b/src/pages/stablecoins.tsx @@ -614,7 +614,7 @@ const StablecoinsPage = ({ markets, marketsHasError }) => { {t("page-stablecoins-algorithmic-disclaimer")} - + {t("page-stablecoins-top-coins-intro")}{" "} {t("page-stablecoins-top-coins-intro-code")} From 93f2b9cfbdf685be6b2f6d5f771b308b704a7068 Mon Sep 17 00:00:00 2001 From: Dharmik79 Date: Tue, 9 Apr 2024 11:00:34 -0600 Subject: [PATCH 2/2] added the padding in the InfoBanner --- src/pages/stablecoins.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/stablecoins.tsx b/src/pages/stablecoins.tsx index dc9e5fafeac..280e385711a 100644 --- a/src/pages/stablecoins.tsx +++ b/src/pages/stablecoins.tsx @@ -611,10 +611,10 @@ const StablecoinsPage = ({ markets, marketsHasError }) => { - + {t("page-stablecoins-algorithmic-disclaimer")} - + {t("page-stablecoins-top-coins-intro")}{" "} {t("page-stablecoins-top-coins-intro-code")}