Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Updated liquidity success message #1250

Merged
merged 1 commit into from
Jul 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions src/components/PoolingWidget/AddFunding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ const AddFunding: React.FC<AddFundingProps> = ({ txIdentifier, txReceipt }) => (
</HighlightDiv>
<p>
<strong>Great</strong> - your liquidity provision is being created right now. Your standing orders will be visible
on the{' '}
<strong>
<Link to="orders">Orders page</Link>
</strong>{' '}
where you can also cancel these at any time.
on this very page, where you can also cancel them at any time.
</p>
<p>
<strong>What now?</strong>
Expand Down