Claim Management Report
This commit is contained in:
@@ -7,7 +7,7 @@ import List from "./List";
|
||||
|
||||
export default function Claims() {
|
||||
|
||||
const pageTitle = 'Claim';
|
||||
const pageTitle = 'Claim Management';
|
||||
return (
|
||||
<Page title={ pageTitle } sx={{ mx: 2}}>
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function Claims() {
|
||||
links={[
|
||||
{ name: 'Dashboard', href: '/dashboard' },
|
||||
{
|
||||
name: 'Claim',
|
||||
name: 'Claim Management',
|
||||
href: '/claims',
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user