Skip to content

Commit

Permalink
remove bridge name from information (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Nov 1, 2023
1 parent e32b87c commit 352d5e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/apps/src/components/cross-chain-info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ export default function CrossChainInfo({ fee, bridge }: Props) {

return (
<div className="bg-app-bg p-middle gap-small flex flex-col rounded border border-transparent">
<Item>
<span>Bridge</span>
<span>{bridge?.getName()}</span>
</Item>
<Item>
<span>Estimated Arrival Time</span>
<span>{bridge?.formatEstimateTime()}</span>
Expand Down

0 comments on commit 352d5e1

Please sign in to comment.