remove logo

This commit is contained in:
saml33 2023-11-21 12:06:01 +11:00
parent 5ceecfadac
commit 5ffc1949ae
2 changed files with 3 additions and 9 deletions

View File

@ -42,7 +42,6 @@ import { SwapHistoryItem } from 'types'
import useThemeWrapper from 'hooks/useThemeWrapper' import useThemeWrapper from 'hooks/useThemeWrapper'
import FavoriteSwapButton from './FavoriteSwapButton' import FavoriteSwapButton from './FavoriteSwapButton'
import { SwapChartDataItem, fetchSwapChartPrices } from 'apis/birdeye/helpers' import { SwapChartDataItem, fetchSwapChartPrices } from 'apis/birdeye/helpers'
import Image from 'next/image'
dayjs.extend(relativeTime) dayjs.extend(relativeTime)
@ -545,15 +544,10 @@ const SwapTokenChart = () => {
{inputBankName && outputBankName ? ( {inputBankName && outputBankName ? (
<div className="mb-0.5 flex items-center"> <div className="mb-0.5 flex items-center">
<Tooltip content={t('swap:tooltip-price-chart-source')}> <Tooltip content={t('swap:tooltip-price-chart-source')}>
<Image <p className="cursor-help text-base text-th-fgd-3">
className="mr-1.5 cursor-help" {swapMarketName}
src="/images/birdeye.png" </p>
alt="birdeye"
height={20}
width={20}
/>
</Tooltip> </Tooltip>
<p className="text-base text-th-fgd-3">{swapMarketName}</p>
<IconButton <IconButton
className="px-2 text-th-fgd-3" className="px-2 text-th-fgd-3"
onClick={() => onClick={() =>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB