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