From 3bf1b15270b76e8cd0b256123fc939526d0c10e5 Mon Sep 17 00:00:00 2001 From: Dominik Natter Date: Fri, 28 Mar 2025 09:23:20 +0100 Subject: [PATCH] base version, dark mode --- src/components/Stats.tsx | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/src/components/Stats.tsx b/src/components/Stats.tsx index b0a33f9..01fba6b 100644 --- a/src/components/Stats.tsx +++ b/src/components/Stats.tsx @@ -11,30 +11,34 @@ import { export function Stats() { return ( -
+
- Total Characters - - $1,250.00 + + + 03 + Total Characters - Total Characters - - $1,250.00 + + + 03 + Word Count - - - Total Characters - - $1,250.00 - - - + + + + + + 03 + + Sentence Count + +
) }