From 41cf676c543dfafd44e496e1901d2853b17325d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=BA=C3=B1ez?= Date: Wed, 6 Dec 2023 11:10:23 +0100 Subject: [PATCH 1/2] Remove trailing whitespace --- src/pages/Staking/HowItWorks/StakingApplications/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Staking/HowItWorks/StakingApplications/index.tsx b/src/pages/Staking/HowItWorks/StakingApplications/index.tsx index 12c500bc2..f94a1a0c0 100644 --- a/src/pages/Staking/HowItWorks/StakingApplications/index.tsx +++ b/src/pages/Staking/HowItWorks/StakingApplications/index.tsx @@ -115,7 +115,7 @@ const StakingApplications: PageComponent = () => { Change your authorized amount at any time. - There is a deauthorization cooldown period of 45 days for + There is a deauthorization cooldown period of 45 days for tBTC and Random Beacon apps and 180 days for TACo. From 4ccdefdbcaa08cf457e568e601d21e2859ab34f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=BA=C3=B1ez?= Date: Wed, 6 Dec 2023 12:12:46 +0100 Subject: [PATCH 2/2] Restore react-icons to ^4.3.1 in package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 5bc728ef5..682d31bb7 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react": "^17.0.2", "react-confetti": "^6.0.1", "react-dom": "^17.0.2", - "react-icons": "4.4.0", + "react-icons": "^4.3.1", "react-number-format": "^4.7.3", "react-qr-code": "^2.0.8", "react-redux": "^7.2.5", @@ -100,7 +100,6 @@ "eslint-plugin-prettier": "^4.0.0", "babel-loader": "8.1.0", "react-error-overlay": "6.0.9", - "react-icons": "4.4.0", "@types/react": "17.0.30", "@tenderly/hardhat-tenderly": ">=1.0.12 <1.1.0" },