Skip to content

Commit

Permalink
update DORA Amount logo
Browse files Browse the repository at this point in the history
  • Loading branch information
VegeBun-csj committed Aug 2, 2024
1 parent 0e00be4 commit 4c73e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/PendingMigrationsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const getPendingMigrationsTableColumnDef = ({
renderCell: ({ amount }) => (
<Styled.InlineRow>
<Output type={OutputType.Asset} value={amount} />
<AssetIcon symbol="DYDX" />
<AssetIcon symbol="DORA" />
</Styled.InlineRow>
),
},
Expand Down

0 comments on commit 4c73e72

Please sign in to comment.