Skip to content

Commit

Permalink
style(migration): update ethPNT logo to match PNT
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Jan 25, 2024
1 parent 7357a99 commit a8e820b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/components/pages/migrationHome/MigrationHome.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import React, { useCallback } from 'react'
import styled from 'styled-components'
import PropTypes from 'prop-types'
import React, { useCallback } from 'react'
import { Container, Table } from 'react-bootstrap'
import styled from 'styled-components'

import Button from '../../atoms/button/Button'
import { ContainerImage, Image } from '../../organisms/swapLine/SwapLine'

Expand Down Expand Up @@ -136,7 +137,7 @@ const MigrationHome = ({ apys, selectPage, loadMigrationData }) => {
{' '}
<TdContent>
<ContainerImage>
<StyledImage src={'./assets/svg/PNT_gray.svg'} />
<StyledImage src={'./assets/svg/PNT.svg'} />
</ContainerImage>
<Text>ethPNT</Text>
</TdContent>
Expand Down
2 changes: 1 addition & 1 deletion src/settings/migration-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const migrationAssets = [
isNative: true,
nativeSymbol: 'ethPNT',
nativeBlockchain: 'ETH',
image: 'PNT_gray.svg',
image: 'PNT.svg',
withBalanceDecimalsConversion: true,
titleLabel: 'ethPNT',
chainId: ChainId.EthereumMainnet,
Expand Down

0 comments on commit a8e820b

Please sign in to comment.