feat: ajoute un descriptif de l'application dans le panneau latéral
ci/woodpecker/push/woodpecker Pipeline was successful

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
syoul
2026-03-23 20:09:08 +01:00
parent ec06c4e35c
commit 03f63aec46
+5
View File
@@ -63,6 +63,11 @@ export function StatsPanel({ stats, loading, periodDays, source }: StatsPanelPro
</div> </div>
</div> </div>
{/* Description */}
<p className="text-[#6b7280] text-xs leading-relaxed border-t border-[#1e1f2a] pt-3">
Visualisation en temps réel des flux de la monnaie libre <span className="text-[#d4a843]">Ğ1</span> sur une carte mondiale.
</p>
{/* Period label */} {/* Period label */}
<p className="text-[#4b5563] text-xs border-t border-[#1e1f2a] pt-3"> <p className="text-[#4b5563] text-xs border-t border-[#1e1f2a] pt-3">
Période : <span className="text-[#6b7280]">{periodLabel}</span> Période : <span className="text-[#6b7280]">{periodLabel}</span>