Update src/routes/Receive.tsx

Co-authored-by: Tony Giorgio <101225832+TonyGiorgio@users.noreply.github.com>
This commit is contained in:
Paul Miller
2024-03-27 12:18:09 -05:00
committed by Tony Giorgio
parent 9bd968b051
commit 05a2022211

View File

@@ -109,7 +109,7 @@ function ReceiveMethodHelp(props: { amountSats: bigint }) {
<>
<button class="flex gap-2 self-end" onClick={() => setOpen(true)}>
<Switch>
<Match when={props.amountSats < 200000n}>
<Match when={props.amountSats <= 200000n}>
<Users class="w-[18px]" />
</Match>
<Match when={true}>