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"}`}
-
-