fixed bug

This commit is contained in:
AmirHossein Mahmoodi
2023-12-20 17:27:48 +03:30
parent 7f54319b6f
commit da28feabcf
10 changed files with 53 additions and 13 deletions

View File

@@ -0,0 +1,20 @@
import {Button, Link} from "@mui/material";
const headerItems = [
<Button
variant={'contained'}
color={'warning'}
size={'small'}
sx={{mx: 2}}>
<Link
color={'white'}
download
underline="none"
href={'/files/راهنمای-سامانه.pdf'}
>
راهنمای سامانه
</Link>
</Button>
];
export default headerItems;