diff --git a/src/components/UsageCalendar.tsx b/src/components/UsageCalendar.tsx index 1e84d8d..4a7bc71 100644 --- a/src/components/UsageCalendar.tsx +++ b/src/components/UsageCalendar.tsx @@ -219,6 +219,30 @@ export function UsageCalendar({ usageData, onDataUpdate, religion, onReligionUpd <> + {/* Legend - moved to top */} +
+
+
+ No usage +
+
+
+ Today +
+
+
+ Nicotine +
+
+
+ Marijuana +
+
+
+ Both +
+
+
{/* Calendar */}
@@ -263,31 +287,6 @@ export function UsageCalendar({ usageData, onDataUpdate, religion, onReligionUpd />
-
-
-
- No usage -
-
-
- Today -
-
-
- Nicotine -
-
-
- Marijuana -
-
-
- Both -
-
-

- Click any day to edit the count -