From fdd1bc000e78d7ac8b6b38f47c5925819651c159 Mon Sep 17 00:00:00 2001 From: Jordan Brookman Date: Sat, 7 May 2022 21:44:25 -0400 Subject: [PATCH] Fix icon for Notes & Tags --- frontend/src/routes/Receive.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/Receive.js b/frontend/src/routes/Receive.js index 92a42c1..c9bae78 100644 --- a/frontend/src/routes/Receive.js +++ b/frontend/src/routes/Receive.js @@ -1,4 +1,4 @@ -import {CaretDownIcon, ContactsIcon, CopyIcon, QrCodeIcon, ShareIcon} from "@bitcoin-design/bitcoin-icons-react/filled"; +import { CaretDownIcon, ContactsIcon, CopyIcon, EditIcon, QrCodeIcon, ShareIcon } from "@bitcoin-design/bitcoin-icons-react/filled"; import Button from "../components/Button"; import InputText from "../components/InputText"; @@ -28,7 +28,7 @@ const Receive = () => { -
+