diff --git a/components/Statistik.tsx b/components/Statistik.tsx index 3425d4b..e73a034 100644 --- a/components/Statistik.tsx +++ b/components/Statistik.tsx @@ -153,15 +153,19 @@ export default function Statistik() { -
+
Besucher {year}
{data?.cumulative.toLocaleString('de-DE') ?? 0}
-
Führungen {year}
+
Alle Events {year}
{data?.tage ?? 0}
+
+
Führungen {year}
+
{col('tageFuehrungen').toLocaleString('de-DE')}
+
); diff --git a/package.json b/package.json index a2b3d27..ecb0ddd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "logbuch", - "version": "1.10.1", + "version": "1.10.2", "private": true, "scripts": { "dev": "next dev",