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
+2 -2
View File
@@ -1,4 +1,4 @@
VITE_TOKEN_NAME = 'negareh_t'
VITE_REFRESH_TOKEN_NAME = 'negareh_rt'
VITE_API_BASE_URL = 'https://negareh-api.dev.danakcorp.com'
# VITE_API_BASE_URL = 'http://10.164.213.88:4000'
# VITE_API_BASE_URL = 'https://negareh-api.dev.danakcorp.com'
VITE_API_BASE_URL = 'http://10.197.246.88:4000'
+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">