From 7bb6f431142b6412dee34c04fa6b744726c92c57 Mon Sep 17 00:00:00 2001 From: Stephen DeLorme Date: Sat, 7 May 2022 21:28:52 -0400 Subject: [PATCH] Receive page tweaks --- frontend/src/routes/Receive.js | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/frontend/src/routes/Receive.js b/frontend/src/routes/Receive.js index d81d0a0..92a42c1 100644 --- a/frontend/src/routes/Receive.js +++ b/frontend/src/routes/Receive.js @@ -1,4 +1,4 @@ -import { ContactsIcon, CopyIcon, QrCodeIcon, ShareIcon } from "@bitcoin-design/bitcoin-icons-react/filled"; +import {CaretDownIcon, ContactsIcon, CopyIcon, QrCodeIcon, ShareIcon} from "@bitcoin-design/bitcoin-icons-react/filled"; import Button from "../components/Button"; import InputText from "../components/InputText"; @@ -13,16 +13,16 @@ const Receive = () => {
-
-
+
+
-
+
@@ -43,15 +43,10 @@ const Receive = () => {
-
- - - +
+ Details & Settings
- -
-

This is the Receive screen

);