feat: ajouter des liens GitHub aux pages de projet et implémenter le composant PastilleStatut pour le suivi de l'état en ligne

This commit is contained in:
Puechberty Arthur
2026-03-31 17:10:39 +02:00
parent 13c171e466
commit 6e2147a489
19 changed files with 92 additions and 20 deletions
+1
View File
@@ -45,6 +45,7 @@ export default function ChronoInfo() {
]}
images={["/placeholder-chrono.webp", "/placeholder-chrono-2.webp", "/placeholder-chrono-3.webp"]}
url="https://chrono.arthurp.fr"
githubUrl="https://github.com/arthur-pbty/chrono"
/>
);
}