LFFE-22 download link
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {Box, Container, Grid, Stack, Typography} from "@mui/material";
|
||||
import {Box, Container, Grid, Link, Stack, Typography} from "@mui/material";
|
||||
import {useTranslations} from "next-intl";
|
||||
|
||||
const LoanCondition = () => {
|
||||
@@ -33,9 +33,14 @@ const LoanCondition = () => {
|
||||
</Grid>
|
||||
<Grid item xs={12} md={4}>
|
||||
<Box justifyContent={'center'} alignItems={'center'}>
|
||||
<Typography>
|
||||
<Link
|
||||
variant="body2"
|
||||
download
|
||||
underline="hover"
|
||||
href={'/dist/images/modalrms/Asset%2010.apk'}
|
||||
>
|
||||
فایل ضمیمه
|
||||
</Typography>
|
||||
</Link>
|
||||
</Box>
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user