diff --git a/src/utils/dayjs.tsx b/src/utils/dayjs.tsx index bc3c56157..1563208c1 100644 --- a/src/utils/dayjs.tsx +++ b/src/utils/dayjs.tsx @@ -56,7 +56,7 @@ const dayjsLocales: Record< import: () => import("dayjs/locale/sv"), }, pt: { - weekStartsOn: "sunday", + weekStartsOn: "monday", timeFormat: "24h", import: () => import("dayjs/locale/pt"), },