From c5f0d6b14cd56e8130efb455e786dae966176456 Mon Sep 17 00:00:00 2001 From: soufiane Date: Fri, 5 Dec 2025 12:32:42 +0100 Subject: [PATCH] fix: change Total Participations stat card to blue color MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Client page: Total Participations now uses blue-600/blue-100 - History page: Total stat card now uses blue-600/blue-100 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/client/page.tsx | 6 +++--- app/historique/page.tsx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/client/page.tsx b/app/client/page.tsx index 916c58c..652644d 100644 --- a/app/client/page.tsx +++ b/app/client/page.tsx @@ -105,12 +105,12 @@ export default function ClientPage() {

Total Participations

-

+

{stats.total}

-
- +
+
diff --git a/app/historique/page.tsx b/app/historique/page.tsx index 12f18ab..389c267 100644 --- a/app/historique/page.tsx +++ b/app/historique/page.tsx @@ -106,10 +106,10 @@ export default function HistoriquePage() {

Total

-

{stats.total}

+

{stats.total}

-
- +
+