LFFE-22 download link

This commit is contained in:
2023-11-13 16:43:21 +03:30
parent 2980ae4ab6
commit 012882608d
3 changed files with 27 additions and 7 deletions

View File

@@ -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>