Skip to content

Commit c60d7ba

Browse files
committed
Fix build and update version
1 parent b60ec81 commit c60d7ba

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

custom/pages/About.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import styled from 'styled-components'
33
import { ContentPage } from 'components/layout/PageWrappers'
44
import addressesByNetwork from 'api/deposit/batchExchangeAddresses'
55
import { getNetworkFromId } from '@gnosis.pm/dex-js'
6-
import { EtherscanLink } from 'components/common/EtherscanLink'
6+
import { BlockExplorerLink } from 'components/common/BlockExplorerLink'
77

88
export const AboutWrapper = styled(ContentPage)`
99
line-height: 2.2rem;
@@ -31,7 +31,7 @@ const About: React.FC = () => {
3131
return (
3232
<React.Fragment key={address}>
3333
{index > 0 && <span>, </span>}
34-
<EtherscanLink type="contract" identifier={address} networkId={networkId} label={getNetworkFromId(networkId)} />
34+
<BlockExplorerLink type="contract" identifier={address} networkId={networkId} label={getNetworkFromId(networkId)} />
3535
</React.Fragment>
3636
)
3737
})

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@gnosis.pm/dex-react",
3-
"version": "1.5.1",
2+
"name": "Mesa",
3+
"version": "1.4.0",
44
"description": "",
55
"main": "src/index.js",
66
"sideEffects": false,

0 commit comments

Comments
 (0)