update name

This commit is contained in:
2023-09-09 10:42:43 +07:00
parent cff5dba314
commit 25b668ad2b

View File

@@ -10,7 +10,7 @@ export default function Doctor() {
const { id } = useParams();
const pageTitle = 'Payment';
const pageTitle = 'Livechat';
return (
<Page title={pageTitle}>
<Container maxWidth={themeStretch ? false : 'xl'}>
@@ -22,8 +22,8 @@ export default function Doctor() {
href: '/report',
},
{
name: 'Payment',
href: '/report/payment',
name: 'Livechat',
href: '/report/live-chat',
},
]}
/>