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));