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