Skip to content

Commit

Permalink
feat: remove deprecated copy from page (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulBit authored Jul 11, 2024
1 parent 79bbd58 commit efc6dc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
22 changes: 1 addition & 21 deletions apps/frontend/src/app/5_pages/ClaimPowaPage/ClaimPowaPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down Expand Up @@ -79,22 +75,6 @@ const ClaimPowaPage: FC = () => {
translations.claimPowaPage.descriptionValues.aboutClaiming,
)}
/>
<div className="text-xs text-gray-30 mb-2">
<Trans
i18nKey={t(
translations.claimPowaPage.descriptionValues.rskAddress,
)}
components={[
<Link
text={t(
translations.claimPowaPage.descriptionValues
.rskAddressCTA,
)}
href={SUBMIT_WALLET_URL}
/>,
]}
/>
</div>
<div className="text-xs text-gray-30 mb-5">
<Trans
i18nKey={t(translations.claimPowaPage.descriptionValues.faq)}
Expand Down
1 change: 0 additions & 1 deletion apps/frontend/src/locales/en/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2013,7 +2013,6 @@
"details": "Details about the POWA campaign",
"descriptionValues": {
"aboutClaiming": "Claim your POWA rune token to the same Rootstock address you used for the Trading and Staking leaderboards or the one you gave out in Gleam for the influence campaign. Make sure it’s connected now to Sovryn.",
"rskAddress": "Haven’t provided a Rootstock address yet? <0>Supply one here.</0>",
"rskAddressCTA": "Supply one here.",
"faq": "Got questions? Please ask in our <0>telegram channel.</0> ",
"faqCTA": "telegram channel."
Expand Down

0 comments on commit efc6dc5

Please sign in to comment.