Skip to content

Commit

Permalink
fix: remove PSBT learn more link, closes #4607
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Dec 4, 2023
1 parent d476fa3 commit 480e696
Showing 1 changed file with 0 additions and 5 deletions.
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>
);
}

0 comments on commit 480e696

Please sign in to comment.