From de74db2703a2dd60e442cba5528baca14491a9ff Mon Sep 17 00:00:00 2001 From: Amirhossein Khalili Date: Sun, 3 May 2026 19:42:19 +0330 Subject: [PATCH] fix(sidebar) change Qlockify typo in head title tag and sidebar component --- index.html | 2 +- src/components/Sidebar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7ff3bbc..4b93e78 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Qlockify.ir | Time Tracking for Modern Teams + Qlockify
diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index f81a9bb..4796b2f 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -334,7 +334,7 @@ export const Sidebar = ({ mobileOpen = false, onMobileClose }: SidebarProps) =>

- Qlockify.ir + {t.title || "Qlockify"}