Update Modules component to reflect new page context with updated title and description for better clarity in tenant navigation.
This commit is contained in:
parent
45bdc24ee2
commit
a4975e37b8
@ -4,10 +4,10 @@ import { type ReactElement } from 'react'
|
|||||||
const Modules = (): ReactElement => {
|
const Modules = (): ReactElement => {
|
||||||
return (
|
return (
|
||||||
<Layout
|
<Layout
|
||||||
currentPage="Dashboard Overview"
|
currentPage="Modules"
|
||||||
pageHeader={{
|
pageHeader={{
|
||||||
title: 'Tenant Overview',
|
title: 'Modules List',
|
||||||
description: 'Key quality metrics and performance indicators.',
|
description: 'View and manage all system modules registered in the QAssure platform.',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user