Skip to content

Commit

Permalink
Merge pull request #10 from atlantabitdevs/receive
Browse files Browse the repository at this point in the history
Fix icon for Notes & Tags
  • Loading branch information
Stephen DeLorme authored May 8, 2022
2 parents ef0bdfc + fdd1bc0 commit 0eb1be9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/routes/Receive.js
Original file line number Diff line number Diff line change
@@ -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";

Expand Down Expand Up @@ -28,7 +28,7 @@ const Receive = () => {
</div>
</div>

<div className="flex justify-around align-center mt-1">
<div className="flex justify-around align-center mt-2">
<div>
<Button style="free" size="small">
<ContactsIcon width="32" height="32" />
Expand All @@ -37,7 +37,7 @@ const Receive = () => {
</div>
<div>
<Button style="free" size="small">
<CopyIcon width="32" height="32" />
<EditIcon width="32" height="32" />
<div className="text-sm">Notes & Tags</div>
</Button>
</div>
Expand Down

0 comments on commit 0eb1be9

Please sign in to comment.