Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Feb 26, 2024
1 parent 7bc3baf commit eb38ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/mint.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const Mint = () => {
// console.log("stripe error payment");
// }
} catch (error) {
console.error("111 nft error:", error);
console.error("stripe error:", error);
}
};

Expand Down Expand Up @@ -581,7 +581,7 @@ const Mint = () => {
className="flex overflow-y-auto overflow-x-hidden fixed inset-0 z-50 justify-center items-center w-full max-h-full p-30"
id="popupmodal"
>
<div className="p-10 w-2/5 flex flex-col" style={{backgroundColor:'#37406D'}}>
<div className="p-10 w-2/5 flex flex-col" style={{backgroundColor:'white'}}>
<Elements options={options} stripe={stripePromise}>
<CheckoutForm />
</Elements>
Expand Down

0 comments on commit eb38ae0

Please sign in to comment.