-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove PSBT learn more link, closes #4607
- Loading branch information
1 parent
d476fa3
commit 480e696
Showing
1 changed file
with
0 additions
and
5 deletions.
There are no files selected for viewing
5 changes: 0 additions & 5 deletions
5
src/app/features/psbt-signer/components/psbt-request-sighash-warning-label.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,11 @@ | ||
import { WarningLabel } from '@app/components/warning-label'; | ||
import { LeatherButton } from '@app/ui/components/button'; | ||
|
||
export function PsbtRequestSighashWarningLabel() { | ||
return ( | ||
<WarningLabel title="Be careful with this transaction" width="100%"> | ||
The details you see here are not guaranteed. Be sure to fully trust your counterparty, who can | ||
later modify this transaction to send or receive other assets from your account, and possibly | ||
even drain it. | ||
{/* TODO: Link for this? */} | ||
<LeatherButton display="inline" ml="space.01" textStyle="caption.02" variant="link"> | ||
Learn more ↗ | ||
</LeatherButton> | ||
</WarningLabel> | ||
); | ||
} |