diff --git a/src/app/get-aura/deposit.tsx b/src/app/get-aura/deposit.tsx
index 523cda6..2846fcf 100644
--- a/src/app/get-aura/deposit.tsx
+++ b/src/app/get-aura/deposit.tsx
@@ -1,7 +1,7 @@
import bingx from "@/assets/images/img_bingx_logo.svg";
import mexc from "@/assets/images/img_mexc_logo.svg";
import gateio from "@/assets/images/img_gateio_logo.svg";
-import depositBingx from "@/assets/images/deposit_bingx.svg";
+import depositBingx from "@/assets/images/deposit_bingx.jpg";
import depositGate from "@/assets/images/deposit_gate.jpg";
import depositMexc from "@/assets/images/deposit_mexc.jpg";
import Image from "next/image";
@@ -292,17 +292,21 @@ function Deposit() {
- {isConfirming && (
+ {/* {isConfirming && (
Waiting for confirmation...
- )}
+ )} */}
{/* {isConfirmed && Transaction confirmed.
} */}
{error && (
diff --git a/src/app/get-aura/style.css b/src/app/get-aura/style.css
index 9ab8b28..112d77f 100644
--- a/src/app/get-aura/style.css
+++ b/src/app/get-aura/style.css
@@ -128,7 +128,9 @@
gap: 12px;
padding: 16px 32px;
}
-
+.button-border-gradient:disabled .button-border-gradient-inside {
+ background: #a19c9c;
+}
.grey-text {
color: var(--Text, #968c7c);
text-align: center;
diff --git a/src/assets/images/deposit_bingx.jpg b/src/assets/images/deposit_bingx.jpg
new file mode 100644
index 0000000..db8ce20
Binary files /dev/null and b/src/assets/images/deposit_bingx.jpg differ