We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fd6cb commit c9909e6Copy full SHA for c9909e6
2 files changed
frontend/src/ts/components/pages/account/DailyActivityChart.tsx
@@ -152,7 +152,7 @@ export function DailyActivityChart(props: {
152
153
return dateFormat(
154
new Date(item.dayTimestamp as number),
155
- "dd MMM yyy",
+ "dd MMM yyyy",
156
);
157
},
158
beforeLabel: function (tooltipItem): string {
frontend/src/ts/components/pages/account/TestStats.tsx
@@ -42,7 +42,7 @@ export function TestStats(props: {
42
return (
43
<>
44
<div class="flex items-center justify-center text-sub">
45
- estimate words typed{" "}
+ estimated words typed{" "}
46
<span class="p-5 text-5xl text-text lg:text-5xl">
47
{stats.words}
48
</span>
0 commit comments