fixed bug
This commit is contained in:
20
src/core/data/headerItems.js
Normal file
20
src/core/data/headerItems.js
Normal 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;
|
||||
Reference in New Issue
Block a user