diff --git a/apps/wallet-mobile/src/features/Swap/common/SwapInfoLink/SwapInfoLink.tsx b/apps/wallet-mobile/src/features/Swap/common/SwapInfoLink/SwapInfoLink.tsx index df549782b7..3201d2bef7 100644 --- a/apps/wallet-mobile/src/features/Swap/common/SwapInfoLink/SwapInfoLink.tsx +++ b/apps/wallet-mobile/src/features/Swap/common/SwapInfoLink/SwapInfoLink.tsx @@ -1,9 +1,10 @@ import React from 'react' import {Linking, StyleSheet, Text, TouchableOpacity} from 'react-native' -import {SWAP_ZENDESK_LINK} from '../../../../yoroi-wallets/cardano/constants/common' import {useStrings} from '../strings' +const SWAP_ZENDESK_LINK = 'https://emurgohelpdesk.zendesk.com/hc/en-us/sections/8154256843407-Swap' + export const SwapInfoLink = () => { const strings = useStrings() return ( diff --git a/apps/wallet-mobile/src/yoroi-wallets/cardano/constants/common.ts b/apps/wallet-mobile/src/yoroi-wallets/cardano/constants/common.ts index 8d25db2547..95a3a02bd3 100644 --- a/apps/wallet-mobile/src/yoroi-wallets/cardano/constants/common.ts +++ b/apps/wallet-mobile/src/yoroi-wallets/cardano/constants/common.ts @@ -8,7 +8,6 @@ export const ACCOUNT_INDEX = 0 export const HARD_DERIVATION_START = 2147483648 export const CHIMERIC_ACCOUNT = 2 export const STAKING_KEY_INDEX = 0 -export const SWAP_ZENDESK_LINK = 'https://emurgohelpdesk.zendesk.com/hc/en-us/sections/8154256843407-Swap' export const WALLET_CONFIG = { WALLET_IMPLEMENTATION_ID,