Skip to content

Commit

Permalink
fix: merged main
Browse files Browse the repository at this point in the history
  • Loading branch information
akp111 committed Jan 12, 2024
2 parents fa85b3e + a1c2772 commit e3f2760
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { OptimismSvg } from '../../icons/OptimismSvg';
import { PolygonzkevmSvg } from '../../icons/PolygonzkevmSvg';
import { TheGraphSvg } from '../../icons/TheGraphSvg';
import { ArbitrumSvg } from '../../icons/ArbitrumSvg';
import { FuseSVG } from '../../icons/FuseSvg';
import { FuseSvg } from '../../icons/FuseSvg';
const createSVGIcon = (element: any, chainName: string) => {
return (
<Tooltip tooltipContent={`Delivered by ${chainName}`}>{element}</Tooltip>
Expand Down Expand Up @@ -67,12 +67,12 @@ export default {

FUSE_MAINNET: {
label: 'FUSE MAINNNET',
icon: createSVGIcon(<FuseSVG />, 'Fuse Mainnet'),
icon: createSVGIcon(<FuseSvg />, 'Fuse Mainnet'),
},

FUSE_TESTNET: {
label: 'FUSE TESTNET',
icon: createSVGIcon(<FuseSVG />, 'Fuse Testnet'),
icon: createSVGIcon(<FuseSvg />, 'Fuse Testnet'),
},
THE_GRAPH: {
label: 'THE GRAPH',
Expand Down

0 comments on commit e3f2760

Please sign in to comment.