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