diff --git a/components/ImagesMask/index.jsx b/components/ImagesMask/index.jsx
index c177224..00da305 100644
--- a/components/ImagesMask/index.jsx
+++ b/components/ImagesMask/index.jsx
@@ -9,13 +9,7 @@ import React, {
} from "react";
import { Mask, Image } from "antd-mobile";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
-import {
- faAngleLeft,
- faAngleRight,
- faDownload,
- faMinus,
- faAdd,
-} from "@fortawesome/free-solid-svg-icons";
+import { faAngleLeft, faAngleRight } from "@fortawesome/free-solid-svg-icons";
import { createRoot } from "react-dom/client";
import { useRouter } from "next/navigation";
import baseRequest from "@/utils/baseRequest";
@@ -274,10 +268,51 @@ const ImagesMaskContaint = forwardRef(
}}
className="flex justify-center items-center w-[38px] h-[38px] bg-[#ffffff1a] text-[#fff] rounded-full"
>
-
+ {!zoomed ? (
+
+ ) : (
+
+ )}