update bugs final log

This commit is contained in:
2024-01-07 08:14:38 +07:00
parent 7ae5775919
commit 43991c1069
2 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import List from "./List";
export default function Claims() {
const pageTitle = 'Claim Request';
const pageTitle = 'Final LOG';
return (
<Page title={ pageTitle } sx={{ mx: 2}}>
@@ -16,8 +16,8 @@ export default function Claims() {
links={[
{ name: 'Dashboard', href: '/dashboard' },
{
name: 'Claim Request',
href: '/claim-requests',
name: 'Final LOG',
href: '/final-log',
},
]}
/>