From efc6dc5fbea69d9fc604f1dd0b273846b89570b6 Mon Sep 17 00:00:00 2001 From: soulBit Date: Thu, 11 Jul 2024 15:00:19 +0100 Subject: [PATCH] feat: remove deprecated copy from page (#953) --- .../5_pages/ClaimPowaPage/ClaimPowaPage.tsx | 22 +------------------ .../frontend/src/locales/en/translations.json | 1 - 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/apps/frontend/src/app/5_pages/ClaimPowaPage/ClaimPowaPage.tsx b/apps/frontend/src/app/5_pages/ClaimPowaPage/ClaimPowaPage.tsx index 82c26e130..46e7b2c03 100644 --- a/apps/frontend/src/app/5_pages/ClaimPowaPage/ClaimPowaPage.tsx +++ b/apps/frontend/src/app/5_pages/ClaimPowaPage/ClaimPowaPage.tsx @@ -17,11 +17,7 @@ import { useAccount } from '../../../hooks/useAccount'; import { useCurrentChain } from '../../../hooks/useChainStore'; import { translations } from '../../../locales/i18n'; import { isRskChain } from '../../../utils/chain'; -import { - ABOUT_POWA_URL, - SUBMIT_WALLET_URL, - TELEGRAM_POWA_URL, -} from './ClaimPowaPage.constants'; +import { ABOUT_POWA_URL, TELEGRAM_POWA_URL } from './ClaimPowaPage.constants'; import iconPowa from './assets/powa.svg'; import { Claim, useClaimPowa } from './hooks/useClaimPowa'; @@ -79,22 +75,6 @@ const ClaimPowaPage: FC = () => { translations.claimPowaPage.descriptionValues.aboutClaiming, )} /> -
- , - ]} - /> -
Supply one here.", "rskAddressCTA": "Supply one here.", "faq": "Got questions? Please ask in our <0>telegram channel. ", "faqCTA": "telegram channel."