edit order
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
VITE_API_BASE_URL = 'http://192.168.99.217:4000'
|
VITE_API_BASE_URL = 'http://10.86.60.88:4000'
|
||||||
VITE_TOKEN_NAME = 'negareh_at'
|
VITE_TOKEN_NAME = 'negareh_at'
|
||||||
VITE_REFRESH_TOKEN_NAME = 'negareh_art'
|
VITE_REFRESH_TOKEN_NAME = 'negareh_art'
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ const EditOrder: FC = () => {
|
|||||||
<div className='mt-5'>
|
<div className='mt-5'>
|
||||||
<div className='justify-between items-center flex'>
|
<div className='justify-between items-center flex'>
|
||||||
<h1 className='text-lg font-light'>
|
<h1 className='text-lg font-light'>
|
||||||
سفارش جدید
|
ویرایش سفارش
|
||||||
</h1>
|
</h1>
|
||||||
<Button
|
<Button
|
||||||
className='w-fit px-5'
|
className='w-fit px-5'
|
||||||
@@ -116,7 +116,7 @@ const EditOrder: FC = () => {
|
|||||||
>
|
>
|
||||||
<div className='flex gap-2 items-center'>
|
<div className='flex gap-2 items-center'>
|
||||||
<TickSquare size={20} color='black' />
|
<TickSquare size={20} color='black' />
|
||||||
<div>ثبت نهایی سفارش</div>
|
<div>ذخیره سفارش</div>
|
||||||
</div>
|
</div>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user