Skip to content

Commit

Permalink
feat: remove ptokens from migration page
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Nov 28, 2024
1 parent 80f8795 commit 4d4c194
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/components/pages/migrationHome/MigrationHome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,28 +111,6 @@ const MigrationHome = ({ apys, selectPage, loadMigrationData }) => {
<Tbody>
<Tr>
<Td>A</Td>
<Td>
<TdContent>
<ContainerImage>
<StyledImage src={'./assets/svg/pBTC_gray.svg'} />
</ContainerImage>
<Text>pBTC v1</Text>
</TdContent>
</Td>
<Td>
<TdContent>
<ContainerImage>
<StyledImage src={'./assets/svg/pBTC.svg'} />
</ContainerImage>
<Text>pBTC v2</Text>
</TdContent>
</Td>
<Td>
<ContinueButton onClick={() => onMigrate('pBTC-v1-to-v2')}>Migrate</ContinueButton>
</Td>
</Tr>
<Tr>
<Td>B</Td>
<Td>
{' '}
<TdContent>
Expand Down

0 comments on commit 4d4c194

Please sign in to comment.