mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 15:48:32 -06:00
calendarweek
This commit is contained in:
@@ -23,7 +23,7 @@ export function CalendarWeek({
|
||||
const weekNumber = getWeekNumber(startDate, firstDateString);
|
||||
return (
|
||||
<div className="flex flex-row">
|
||||
<div className="my-auto text-gray-400 w-6 sm:block hidden">
|
||||
<div className="my-auto text-gray-400 w-6 text-center flex-none sm:block hidden">
|
||||
{weekNumber.toString().padStart(2, "0")}
|
||||
</div>
|
||||
<div className="grid grid-cols-7 grow">
|
||||
|
||||
Reference in New Issue
Block a user