diff --git a/src/assets/networks/relay/index.ts b/src/assets/networks/relay/index.ts index f030f80f..ab6106ed 100644 --- a/src/assets/networks/relay/index.ts +++ b/src/assets/networks/relay/index.ts @@ -19,7 +19,7 @@ const getIcon = (network: NetworkType) => { case NetworkType.WESTEND: return Westend; default: - Polkadot; + return Polkadot; } }; diff --git a/src/components/Transfer/transferActions.tsx b/src/components/Transfer/transferActions.tsx index c19439d1..abb8b84e 100644 --- a/src/components/Transfer/transferActions.tsx +++ b/src/components/Transfer/transferActions.tsx @@ -1,6 +1,7 @@ import ArrowDownward from '@mui/icons-material/ArrowDownwardOutlined'; import { Box, Paper, Stack, Typography } from '@mui/material'; import { AmountInput, Button } from '@region-x/components'; +import Image from 'next/image'; import { useRouter } from 'next/router'; import { getIcon } from '@/assets/networks'; @@ -106,9 +107,12 @@ const TransferActions = () => { value: symbol, label: symbol, icon: ( - ), }, diff --git a/src/pages/paras/index.tsx b/src/pages/paras/index.tsx index a4efd326..0e5bfe8d 100644 --- a/src/pages/paras/index.tsx +++ b/src/pages/paras/index.tsx @@ -98,7 +98,10 @@ const ParachainManagement = () => { -