holiday data update

This commit is contained in:
2024-11-01 13:18:58 -06:00
parent 7e1515e197
commit 069def7f9b
9 changed files with 118 additions and 64 deletions

View File

@@ -26,7 +26,7 @@ export const CalendarMonth = ({ month }: { month: CalendarMonthModel }) => {
<h3
className={
"text-2xl transition-all duration-500 " +
"hover:text-slate-50 underline hover:scale-105 `"
"hover:text-slate-50 underline hover:scale-105 "
}
onClick={() => setIsExpanded((e) => !e)}
role="button"