Skip to content

Commit 131203a

Browse files
committed
chore: typo "Conrtract" -> "Contract"
1 parent 39413b8 commit 131203a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pages/items/banner.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { ZERO_ADDRESS, capitalizeFirstLetter } from 'utils/string'
77
import useWindowDimensions from 'hooks/window-dimensions'
88
import { useWeb3Context } from 'web3-react'
99
import getNetworkEnv from 'utils/network-env'
10-
import ConrtractExplorerUrl from 'components/contract-explorer-url'
10+
import ContractExplorerUrl from 'components/contract-explorer-url'
1111

1212
const 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
/>

src/pages/light-items/banner.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { ZERO_ADDRESS, capitalizeFirstLetter } from 'utils/string'
77
import useWindowDimensions from 'hooks/window-dimensions'
88
import { useWeb3Context } from 'web3-react'
99
import getNetworkEnv from 'utils/network-env'
10-
import ConrtractExplorerUrl from 'components/contract-explorer-url'
10+
import ContractExplorerUrl from 'components/contract-explorer-url'
1111

1212
const 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
/>

0 commit comments

Comments
 (0)