Skip to content

Commit

Permalink
Update src/routes/Receive.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Tony Giorgio <[email protected]>
  • Loading branch information
futurepaul and TonyGiorgio committed Mar 27, 2024
1 parent 9bd968b commit 05a2022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Receive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}>
Expand Down

0 comments on commit 05a2022

Please sign in to comment.