diff --git a/src/app/features/retrieve-taproot-to-native-segwit/components/retrieve-taproot-to-native-segwit.layout.tsx b/src/app/features/retrieve-taproot-to-native-segwit/components/retrieve-taproot-to-native-segwit.layout.tsx index 0aaa2f7bfd2..06c7a45c151 100644 --- a/src/app/features/retrieve-taproot-to-native-segwit/components/retrieve-taproot-to-native-segwit.layout.tsx +++ b/src/app/features/retrieve-taproot-to-native-segwit/components/retrieve-taproot-to-native-segwit.layout.tsx @@ -2,7 +2,7 @@ import { Flex, styled } from 'leather-styles/jsx'; import { BtcAvatarIcon, Button, Callout, Dialog, DialogHeader } from '@leather.io/ui'; -import { Card, Footer } from '@app/components/layout'; +import { Footer } from '@app/components/layout'; interface RetrieveTaprootToNativeSegwitLayoutProps { isBroadcasting: boolean; @@ -21,45 +21,35 @@ export function RetrieveTaprootToNativeSegwitLayout( onClose={() => onClose()} footer={ } > - - - - - Retrieve Bitcoin deposited to
Taproot addresses -
- - Taproot addresses are used by Leather for Ordinal inscriptions, but they can also - contain bitcoin. - - - As we don't support tranferring from Taproot addresses yet, you can retrieve funds to - your account's main Native SegWit balance here. - - - This transaction may take upwards of 30 minutes to confirm. - - {children} - - We recommend you check the URL for each "Uninscribed UTXO" listed above to ensure it - displays no inscription. If it does display one, do not proceed with retrieval or you - may lose it! - -
-
+ + + + Retrieve Bitcoin deposited to
Taproot addresses +
+ + Taproot addresses are used by Leather for Ordinal inscriptions, but they can also contain + bitcoin. + + + As we don't support tranferring from Taproot addresses yet, you can retrieve funds to your + account's main Native SegWit balance here. + + + This transaction may take upwards of 30 minutes to confirm. + + {children} + + We recommend you check the URL for each "Uninscribed UTXO" listed above to ensure it + displays no inscription. If it does display one, do not proceed with retrieval or you may + lose it! + +
); }