add notice for schedule

This commit is contained in:
hamid zarghami
2026-02-09 11:49:07 +03:30
parent 2e6fdedbc2
commit bae008a3bd
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
VITE_TOKEN_NAME = 'dmnu_a_t' VITE_TOKEN_NAME = 'dmnu_a_t'
VITE_REFRESH_TOKEN_NAME = 'dmnu-a-rt' VITE_REFRESH_TOKEN_NAME = 'dmnu-a-rt'
VITE_BASE_URL = 'https://dmenuplus-api-production.dev.danakcorp.com' # VITE_BASE_URL = 'https://dmenuplus-api-production.dev.danakcorp.com'
# VITE_BASE_URL = 'http://192.168.99.242:4000' VITE_BASE_URL = 'http://10.86.60.88:4000'
VITE_SOCKET_URL = 'https://dmenuplus-api-production.dev.danakcorp.com' VITE_SOCKET_URL = 'https://dmenuplus-api-production.dev.danakcorp.com'
+5
View File
@@ -53,6 +53,11 @@ const ScheduleList: FC = () => {
/> />
</div> </div>
<div className='bg-yellow-100 text-yellow-500 text-sm p-4 rounded-lg mt-5 w-fit mx-auto font-bold'>
نکته :
در صورتی زمان بندی یک روز هفته را وارد نکنید در تمامی ساعت ها امکان سفارش گیری می باشد.
</div>
<Table <Table
columns={columns} columns={columns}
data={schedules} data={schedules}