Skip to content

Commit

Permalink
bring back the offramp message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharqiewicz committed Feb 7, 2025
1 parent 407d346 commit 66751f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/progress/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ const ProgressContent: FC<ProgressContentProps> = ({ currentPhase, currentPhaseI
>
{!isNetworkEVM(selectedNetwork) ? 'This usually takes 4-6 minutes.' : 'This usually takes 6-8 minutes.'}
</motion.h1>
<div>{message}</div>
</div>
</Box>
);
Expand Down

0 comments on commit 66751f3

Please sign in to comment.