From 226faa70c0d58dbd342c07fb452972c6a789f655 Mon Sep 17 00:00:00 2001 From: Amirhossein Khalili Date: Mon, 27 Apr 2026 20:52:18 +0330 Subject: [PATCH] refactor(timesheet): align page header with workspace views --- src/pages/Timesheet.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/pages/Timesheet.tsx b/src/pages/Timesheet.tsx index 9f5ce20..434c32a 100644 --- a/src/pages/Timesheet.tsx +++ b/src/pages/Timesheet.tsx @@ -2156,10 +2156,11 @@ export default function Timesheet() { return (
-
-

- {t.timesheet?.title || "Timesheet"} -

+
+
+

{t.timesheet?.title || 'Timesheets'}

+

{t.timesheet?.description(activeWorkspace?.name || "-") || 'Manage your Timesheet'}

+