Merge branch 'main' into 'develop'
Fixed bug first page See merge request witel-front-end/loan-facilities/user!44
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -31,6 +31,6 @@ cypress/screenshots
|
||||
.env
|
||||
.idea
|
||||
package-lock.json
|
||||
ecosystem.config
|
||||
ecosystem.config.js
|
||||
|
||||
public/config.json
|
||||
BIN
public/files/راهنما.pdf
Normal file
BIN
public/files/راهنما.pdf
Normal file
Binary file not shown.
@@ -16,7 +16,7 @@ const LoanCondition = () => {
|
||||
<Grid item sx={{my: 2}}>
|
||||
<Chip sx={{m: 1}}
|
||||
label="1. ارایه کارت هوشمند ناوگان فعال توسط مالک ناوگان (صاحب سند و پلاک)"/>
|
||||
<Chip sx={{m: 1}} label="2. ارایه حداقل 140 صورت وضعیت در سال 1400 و 1401"/>
|
||||
<Chip sx={{m: 1}} label="2. ارایه حداقل 120 صورت وضعیت در سال 1401 و 1402"/>
|
||||
<Chip sx={{m: 1}} label="3. نداشتن بدهی جاری"/>
|
||||
</Grid>
|
||||
<Typography sx={{lineHeight: 2.4}} textAlign={'justify'}>
|
||||
@@ -42,7 +42,7 @@ const LoanCondition = () => {
|
||||
color={'white'}
|
||||
download
|
||||
underline="none"
|
||||
href={'/files/راهنما.xlsx'}
|
||||
href={'/files/راهنما.pdf'}
|
||||
>
|
||||
دریافت فایل های راهنما
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user