From ed560aa9cc5c6a122a32da50864c9a556e4d99b5 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 28 Apr 2023 14:44:26 -0500 Subject: [PATCH] switch out party gif for hands --- src/routes/Receive.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Receive.tsx b/src/routes/Receive.tsx index c89ae56..6e48b48 100644 --- a/src/routes/Receive.tsx +++ b/src/routes/Receive.tsx @@ -9,7 +9,7 @@ import { objectToSearchParams } from "~/utils/objectToSearchParams"; import { useCopy } from "~/utils/useCopy"; import mempoolTxUrl from "~/utils/mempoolTxUrl"; -import party from '~/assets/party.gif'; +import party from '~/assets/hands/handsup.png'; import { Amount } from "~/components/Amount"; import { FullscreenModal } from "~/components/layout/FullscreenModal"; import { BackButton } from "~/components/layout/BackButton";