|
@@ -17,7 +17,6 @@ import { flatPoint, percentage } from "@/utils/methods";
|
|
|
import { ActionSheet, Button, Form, Input, ProgressBar, Toast } from "antd-mobile";
|
|
|
import { FormInstance } from "antd-mobile/es/components/form";
|
|
|
import { useTranslations } from "next-intl";
|
|
|
-import Image from "next/image";
|
|
|
import Link from "next/link";
|
|
|
import { FC, Fragment, useRef, useState } from "react";
|
|
|
import "./page.scss";
|
|
@@ -269,7 +268,7 @@ const WithdrawWidget: FC<Props> = (props) => {
|
|
|
<Box className={"custom-form"}>
|
|
|
<div className="withdraw-box">
|
|
|
<div className="img-box">
|
|
|
- <Image
|
|
|
+ <img
|
|
|
className={"h-[100%] w-[100%] object-cover"}
|
|
|
src={activeWallet.icon}
|
|
|
alt={activeWallet.name}
|