From aa1f3d5f2f3e65f0377f70664451d374f90fcfef Mon Sep 17 00:00:00 2001 From: syoul Date: Mon, 23 Mar 2026 19:53:27 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20ajoute=20d=C3=A9p=C3=B4t=20et=20licence?= =?UTF-8?q?=20AGPLv3=20dans=20le=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- src/components/StatsPanel.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/components/StatsPanel.tsx b/src/components/StatsPanel.tsx index 65b4cbe..bb6bdb9 100644 --- a/src/components/StatsPanel.tsx +++ b/src/components/StatsPanel.tsx @@ -142,10 +142,21 @@ export function StatsPanel({ stats, loading, periodDays, source }: StatsPanelPro )} {/* Footer */} -
+

{source === 'live' ? 'Ğ1v2 · Subsquid + Cesium+' : 'Données simulées · mock'}

+ + git.open.us.org/syoul/g1flux + +

+ Logiciel libre sous licence AGPLv3 +

);