update
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user