From 8bfa012af95a43dc5990337b2a25555aa6f90df4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 17 Jun 2024 15:08:08 +0200 Subject: [PATCH] malice + nvp --- static/js/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/js/index.js b/static/js/index.js index a2e04c3..ec40319 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -49,6 +49,8 @@ window.addEventListener("load", () => { ), new Tag("School hater"), new Tag("Stagiaire"), + new Tag("Rempli de malice"), + new Tag("#NouveauFrontPopulaire ✊"), ]; const random = Math.round(Math.random() * (tags.length - 1));