modifiednavigation names for live readings page

This commit is contained in:
dhanabalan
2025-07-31 17:18:44 +05:30
parent 5c1f77796f
commit ec2fd4d3ca
5 changed files with 30 additions and 0 deletions

View File

@@ -113,6 +113,16 @@ class TempLiveReadingResource extends Resource
//
];
}
public static function getNavigationLabel(): string
{
return 'Live Readings';
}
public static function getHeading(): string
{
return 'Live Readings';
}
public static function getPages(): array
{