Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
calvadev committed Apr 16, 2024
1 parent 7c3bf39 commit 6b9c187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/wallet/pay-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ const PayButton = () => {
{paymentFailed ? (
<div className="mt-2 items-center justify-center">
Invoice payment failed! No routes could be found,
or you don't have enough funds. Please try again
with a new invoice, or change your mint in
or you don&apos;t have enough funds. Please try
again with a new invoice, or change your mint in
settings.
</div>
) : (
Expand Down

0 comments on commit 6b9c187

Please sign in to comment.