From c2248168072217b571d9a1d480a74ccc8c98c8e1 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 5 Jun 2024 20:31:12 +0200 Subject: [PATCH] stagiaire --- static/js/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/index.js b/static/js/index.js index eb5f61a..a2e04c3 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -48,6 +48,7 @@ window.addEventListener("load", () => { ` ), new Tag("School hater"), + new Tag("Stagiaire"), ]; const random = Math.round(Math.random() * (tags.length - 1));