File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { ZERO_ADDRESS, capitalizeFirstLetter } from 'utils/string'
77import useWindowDimensions from 'hooks/window-dimensions'
88import { useWeb3Context } from 'web3-react'
99import getNetworkEnv from 'utils/network-env'
10- import ConrtractExplorerUrl from 'components/contract-explorer-url'
10+ import ContractExplorerUrl from 'components/contract-explorer-url'
1111
1212const StyledBanner = styled . div `
1313 padding: 24px 9.375vw;
@@ -97,7 +97,7 @@ const Banner = ({
9797 { defaultTCRAddress && tcrAddress !== defaultTCRAddress && (
9898 < TCRLogo logoURI = { logoURI } />
9999 ) }
100- < ConrtractExplorerUrl
100+ < ContractExplorerUrl
101101 networkId = { networkId }
102102 contractAddress = { tcrAddress }
103103 />
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { ZERO_ADDRESS, capitalizeFirstLetter } from 'utils/string'
77import useWindowDimensions from 'hooks/window-dimensions'
88import { useWeb3Context } from 'web3-react'
99import getNetworkEnv from 'utils/network-env'
10- import ConrtractExplorerUrl from 'components/contract-explorer-url'
10+ import ContractExplorerUrl from 'components/contract-explorer-url'
1111
1212const StyledBanner = styled . div `
1313 padding: 24px 9.375vw;
@@ -103,7 +103,7 @@ const Banner = ({
103103 { defaultTCRAddress && tcrAddress !== defaultTCRAddress && (
104104 < TCRLogo logoURI = { logoURI } />
105105 ) }
106- < ConrtractExplorerUrl
106+ < ContractExplorerUrl
107107 networkId = { networkId }
108108 contractAddress = { tcrAddress }
109109 />
You can’t perform that action at this time.
0 commit comments