Skip to content

Commit

Permalink
Merge pull request #1520 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
viraka authored May 19, 2024
2 parents 56445ee + 3ca9f5a commit 9275719
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file added public/assets/µLearn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/modules/Public/Donation/Donation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ const Donation = () => {
<div className={styles.DonationSection}>
<div className={styles.heightFixer}></div>
<form
title="Donation"
className={styles.DonationFormElement}
onSubmit={e => {
e.preventDefault();
Expand Down Expand Up @@ -255,9 +254,10 @@ const Donation = () => {
<div className={styles.TermsContainer}>
<input id="check" type="checkbox" required></input>
<label htmlFor="check">
Terms and condition Lorem ipsum dolor sit amet,
consectetur adipiscing elit. In viverra augue
eget lacus commodo euismod. Phasellu ultrices.
By clicking "Donate", you agree to our Terms and
Conditions, Privacy Policy and Refund Policy.
Please read these documents carefully before
completing your donation.
</label>
</div>
<div
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/modules/Public/Donation/services/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ export const submitForm = async ({
key_id: import.meta.env.VITE_RAZORPAY_KEY_ID,
amount: paymentAmount,
currency: response.data.response.currency,
name: 'Gtech Mulearn',
name: 'Mulearn Foundation',
description: 'Donation',
image: '/favicon.ico',
image: '/assets/µLearn.png',
order_id: paymentId,
handler: function (response: any) {
console.log(response);
Expand Down Expand Up @@ -89,7 +89,7 @@ export const submitForm = async ({
});
},
theme: {
color: '#F37254',
color: '#456ff6',
},
};

Expand Down

0 comments on commit 9275719

Please sign in to comment.