From 49a0ea8804af41a5809543e44a0b8ded50c11d1f Mon Sep 17 00:00:00 2001 From: ManInDark <61268856+ManInDark@users.noreply.github.com> Date: Sun, 18 May 2025 01:34:28 +0200 Subject: [PATCH] fix: refactored habit / task page --- components/HabitList.tsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/components/HabitList.tsx b/components/HabitList.tsx index a19ccd1..e1cfd70 100644 --- a/components/HabitList.tsx +++ b/components/HabitList.tsx @@ -124,15 +124,10 @@ export default function HabitList() { return (
-

- {isTasksView ? 'My Tasks' : 'My Habits'} -

+

{`My ${isTasksView ? "Tasks" : "Habits"}`}

- -