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
@@ -43,6 +43,7 @@ export default function VisioInfo() {
]}
images={["/placeholder-visio.webp", "/placeholder-visio-2.webp", "/placeholder-visio-3.webp"]}
url="https://visio.arthurp.fr"
githubUrl="https://github.com/arthur-pbty/visio"
/>
);
}