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 => {
|
||||
return (
|
||||
<Layout
|
||||
currentPage="Dashboard Overview"
|
||||
currentPage="Modules"
|
||||
pageHeader={{
|
||||
title: 'Tenant Overview',
|
||||
description: 'Key quality metrics and performance indicators.',
|
||||
title: 'Modules List',
|
||||
description: 'View and manage all system modules registered in the QAssure platform.',
|
||||
}}
|
||||
>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user