Skip to content

Commit f98aece

Browse files
committed
shorten date formatting
1 parent b851f23 commit f98aece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/react-example/src/components/HeatmapChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { cn } from "@/lib/utils";
1919
const hours = Array.from({ length: 24 }, (_, index) => index);
2020

2121
const dayFormatter = new Intl.DateTimeFormat(undefined, {
22-
weekday: "short",
22+
// weekday: "short",
2323
month: "short",
2424
day: "numeric",
2525
});

0 commit comments

Comments
 (0)