Skip to content

Commit

Permalink
fix: onramp image
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry committed Feb 14, 2025
1 parent cbe496f commit 5c970a3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import type { Token } from '@pancakeswap/swap-sdk-core'
import { Box, Skeleton, TokenPairImage } from '@pancakeswap/uikit'
import { Box, Image, Skeleton, TokenPairImage } from '@pancakeswap/uikit'
import { FiatLogo } from 'components/Logo/CurrencyLogo'
import { getImageUrlFromToken } from 'components/TokenImage'
import { ASSET_CDN } from 'config/constants/endpoints'
import Image from 'next/image'
import { ONRAMP_PROVIDERS, PROVIDER_ICONS, isNativeBtc } from 'views/BuyCrypto/constants'
import { OnRampIconCircleWrapper, OnRampIconContainer } from 'views/BuyCrypto/styles'

Expand Down

0 comments on commit 5c970a3

Please sign in to comment.