If you know what you're doing you're in the right place!
diff --git a/src/routes/Receive.tsx b/src/routes/Receive.tsx
index 7364daf..37c1428 100644
--- a/src/routes/Receive.tsx
+++ b/src/routes/Receive.tsx
@@ -14,6 +14,7 @@ import mempoolTxUrl from "~/utils/mempoolTxUrl";
import party from '~/assets/party.gif';
import { Amount } from "~/components/Amount";
import { FullscreenModal } from "~/components/layout/FullscreenModal";
+import { BackButton } from "~/components/layout/BackButton";
type OnChainTx = {
transaction: {
@@ -181,6 +182,7 @@ export default function Receive() {