remove button pre factor

This commit is contained in:
hamid zarghami
2026-02-24 14:48:33 +03:30
parent 0aa70b251e
commit 3b7fb4a63a
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
import { type FC } from 'react'
import { Receipt1, Paperclip2, Calendar } from 'iconsax-react'
import { Paperclip2, Calendar } from 'iconsax-react'
import { useParams } from 'react-router-dom'
import moment from 'moment-jalaali'
import { useGetOrderDetails } from './hooks/useOrderData'
@@ -25,10 +25,10 @@ const OrderDetail: FC = () => {
<div className="bg-white rounded-2xl p-6 mb-6">
<div className="flex justify-between items-center">
<h2 className="text-lg font-light mb-6">اطلاعات سفارش</h2>
<a href="#" className="flex items-center gap-2 text-[#0037FF] text-sm">
{/* <a href="#" className="flex items-center gap-2 text-[#0037FF] text-sm">
<Receipt1 size={20} color="#3B82F6" />
<span>پیش فاکتور</span>
</a>
</a> */}
</div>
<div className="flex flex-col gap-10">