diff --git a/app/client/page.tsx b/app/client/page.tsx index 4a003c2..916c58c 100644 --- a/app/client/page.tsx +++ b/app/client/page.tsx @@ -123,12 +123,12 @@ export default function ClientPage() {

Gains réclamés

-

+

{stats.claimed}

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

Réclamés

-

{stats.claimed}

+

{stats.claimed}

-
- +
+
@@ -189,7 +189,7 @@ export default function HistoriquePage() { onClick={() => setFilter('CLAIMED')} className={`px-4 py-2 rounded-lg font-semibold transition-all ${ filter === 'CLAIMED' - ? 'bg-green-600 text-white shadow-lg' + ? 'bg-primary-600 text-white shadow-lg' : 'bg-beige-100 text-gray-700 hover:bg-beige-200' }`} >