Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed May 7, 2022
1 parent 8edee42 commit 5ef1b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/pages/User/AddFunds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const AddFunds: FC = () => {
<h3 className="font-bold text-2xl text-black mb-3 dark:text-white">
Add Credit
</h3>
<p className="ttc">Add credit to your account - 1 credit = £1 (10% fees)</p>
<p className="ttc">Add credit to your account - 1 credit = £1 (15% fees)</p>
<form
className="mt-4 md:grid md:grid-cols-5 md:gap-4 items-center max-w-3xl"
onSubmit={handleSubmit((values: AddFundsFormFields) =>
Expand Down

0 comments on commit 5ef1b8a

Please sign in to comment.