diff --git a/habits.db b/habits.db
index 0a8f677..d7563ff 100644
Binary files a/habits.db and b/habits.db differ
diff --git a/src/App.tsx b/src/App.tsx
index 18bca0f..66e3f91 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -83,7 +83,10 @@ function HabitTrackerContent() {
-
Weekly Progress
+
+
Your Habits
+
Track your weekly progress
+
+
Keep up the good work! Consistency is key.
);
diff --git a/src/components/Calendar.tsx b/src/components/Calendar.tsx
index dd2fab5..56657f2 100644
--- a/src/components/Calendar.tsx
+++ b/src/components/Calendar.tsx
@@ -128,14 +128,18 @@ export const Calendar: React.FC
= ({
0
? 'bg-[#2ecc71] dark:bg-[#2ecc71] shadow-sm shadow-[#2ecc7150]'
: `bg-[#e9e9e8] dark:bg-[#393939]`
}
`}
- />
+ >
+
+ {completedHabits.length}/{habits.length}
+
+