From 23254071cedd2611c5229b37078b781744c8a174 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 12 May 2023 17:28:50 -0500 Subject: [PATCH] clear button for send screen #98 --- src/routes/Send.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/routes/Send.tsx b/src/routes/Send.tsx index c6a306d..63ae9b7 100644 --- a/src/routes/Send.tsx +++ b/src/routes/Send.tsx @@ -20,6 +20,7 @@ import { TagEditor } from "~/components/TagEditor"; import { StringShower } from "~/components/ShareCard"; import { AmountCard } from "~/components/AmountCard"; import { MutinyTagItem, UNKNOWN_TAG, sortByLastUsed, tagsToIds } from "~/utils/tags"; +import { BackButton } from "~/components/layout/BackButton"; type SendSource = "lightning" | "onchain"; @@ -273,7 +274,9 @@ export default function Send() { - + }> + clearAll()} title="Start Over" /> + Send Bitcoin