diff --git a/app/component/ItemDoctor.js b/app/component/ItemDoctor.js index 64ee0ed..9a262ab 100644 --- a/app/component/ItemDoctor.js +++ b/app/component/ItemDoctor.js @@ -98,7 +98,7 @@ function ItemDoctor({ doctor, loading, setDoctors, priority = false }) {

diff --git a/components/register/verificationPage/SendReq.js b/components/register/verificationPage/SendReq.js index 77a61c5..b75c301 100644 --- a/components/register/verificationPage/SendReq.js +++ b/components/register/verificationPage/SendReq.js @@ -1,4 +1,4 @@ -import { Button } from "@mui/material"; +import { Button, CircularProgress } from "@mui/material"; import { request } from "@/services/response"; import Cookies from "js-cookie"; import { handleTimeExpiresToken } from "@/helper"; @@ -112,7 +112,7 @@ function SendReq({ }} className="!rounded-[8px] !bg-[#5559CE]" > - تایید + {loading ? : "تایید"} ); }