This commit is contained in:
Amirhossein Mahmoodi
2024-07-30 11:46:05 +03:30
parent 2c68c576ce
commit c8cb4e3c43
3 changed files with 261 additions and 246 deletions

View File

@@ -4,7 +4,7 @@ import { Chip, Divider, Typography } from "@mui/material";
const PageTitle = ({ title }) => {
return (
<Divider sx={{ mb: 2 }}><Chip
<Divider><Chip
label={<Typography fontSize={14} fontWeight={500}>{title}</Typography>} /></Divider>
);
};