fixed bug first page
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -31,6 +31,6 @@ cypress/screenshots
|
|||||||
.env
|
.env
|
||||||
.idea
|
.idea
|
||||||
package-lock.json
|
package-lock.json
|
||||||
ecosystem.config
|
ecosystem.config.js
|
||||||
|
|
||||||
public/config.json
|
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}}>
|
<Grid item sx={{my: 2}}>
|
||||||
<Chip sx={{m: 1}}
|
<Chip sx={{m: 1}}
|
||||||
label="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. نداشتن بدهی جاری"/>
|
<Chip sx={{m: 1}} label="3. نداشتن بدهی جاری"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Typography sx={{lineHeight: 2.4}} textAlign={'justify'}>
|
<Typography sx={{lineHeight: 2.4}} textAlign={'justify'}>
|
||||||
@@ -42,7 +42,7 @@ const LoanCondition = () => {
|
|||||||
color={'white'}
|
color={'white'}
|
||||||
download
|
download
|
||||||
underline="none"
|
underline="none"
|
||||||
href={'/files/راهنما.xlsx'}
|
href={'/files/راهنما.pdf'}
|
||||||
>
|
>
|
||||||
دریافت فایل های راهنما
|
دریافت فایل های راهنما
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user