Skip to content

Commit

Permalink
Merge pull request #28 from interledger/27-quote-text-change
Browse files Browse the repository at this point in the history
Fix for quote
  • Loading branch information
Tymmmy authored Jun 28, 2024
2 parents 31e696e + a1a8dff commit def3d91
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
4 changes: 2 additions & 2 deletions app/components/quoteDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ export default function Quote({
<Loader type="small" />
<Form method="POST" {...form.props}>
<Field
label="You send"
label="You will pay approximately:"
value={debitAmount}
variant="info"
></Field>
<Field
label={`${receiverName} gets`}
label={`${receiverName} receives approximately: `}
value={receiveAmount}
variant="info"
></Field>
Expand Down
Binary file added public/favicon.ico
Binary file not shown.
18 changes: 0 additions & 18 deletions public/favicon.svg

This file was deleted.

0 comments on commit def3d91

Please sign in to comment.