diff --git a/src/components/UsageCalendar.tsx b/src/components/UsageCalendar.tsx index 4c1d054..a9b1974 100644 --- a/src/components/UsageCalendar.tsx +++ b/src/components/UsageCalendar.tsx @@ -213,9 +213,6 @@ export function UsageCalendar({ usageData, onDataUpdate, religion, onReligionUpd return ( <> - - Usage Calendar -
{/* Calendar */} @@ -228,10 +225,15 @@ export function UsageCalendar({ usageData, onDataUpdate, religion, onReligionUpd showOutsideDays={false} components={{ DayButton: CustomDayButton, - Chevron: ({ orientation }) => - orientation === 'left' - ? - : , + Chevron: ({ orientation }) => ( +
+ {orientation === 'left' ? ( + + ) : ( + + )} +
+ ), }} />