diff --git a/components/Footer/page.jsx b/components/Footer/page.jsx index 376ed01..03e5e78 100644 --- a/components/Footer/page.jsx +++ b/components/Footer/page.jsx @@ -2,6 +2,7 @@ import Image from "next/image"; import Link from "next/link"; import logo from "../../public/images/logo.png"; import bale from "@img/bale.png"; +import qrs from "@img/qrs.jpg"; const Footer = () => { return ( @@ -179,7 +180,7 @@ const Footer = () => {

-
+
{ />
-
+
+
+ +
+
+

+ پشتیبانی فروش وسمه +

+

+ پشتیبانی 24 ساعته +

+

+ هر روز هفته +

+
+
diff --git a/public/images/qrs.jpg b/public/images/qrs.jpg new file mode 100644 index 0000000..978f98c Binary files /dev/null and b/public/images/qrs.jpg differ diff --git a/src/app/profile/orders/page.jsx b/src/app/profile/orders/page.jsx index 98f0ed8..97d0413 100644 --- a/src/app/profile/orders/page.jsx +++ b/src/app/profile/orders/page.jsx @@ -120,19 +120,31 @@ const Page = () => { /> - - + {getStatusDescription(e.orderStatus)} - {" "} + {e.orderStatus == 500 ? ( + "---" + ) : ( + + )} ) : (