From 717c1b5ff54d7cef195c163539528b79900976f7 Mon Sep 17 00:00:00 2001 From: paul-nothaft <40865108-paul-nothaft@users.noreply.replit.com> Date: Thu, 11 Sep 2025 22:06:41 +0000 Subject: [PATCH] Update calendar to start the week on Monday Set `weekStartsOn` prop to `1` in the DayPicker component to ensure the calendar view begins on Monday. Replit-Commit-Author: Agent Replit-Commit-Session-Id: ceced2fc-aa46-458d-ba87-ddd4b7bb1518 Replit-Commit-Checkpoint-Type: intermediate_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/659922a9-0087-461c-90dd-6d9a58b81d4d/ceced2fc-aa46-458d-ba87-ddd4b7bb1518/P2PZNJ9 --- client/src/components/ui/calendar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/ui/calendar.tsx b/client/src/components/ui/calendar.tsx index 2174f71..d552db8 100644 --- a/client/src/components/ui/calendar.tsx +++ b/client/src/components/ui/calendar.tsx @@ -16,6 +16,7 @@ function Calendar({ return (