diff --git a/static/js/index.js b/static/js/index.js index 781e7b8..bfa9afb 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -24,7 +24,7 @@ window.addEventListener("load", () => { ` ), new Tag("Nul en CSS", "font-family: 'Comic Sans MS', cursive"), - new Tag("anri caterpillar"), + new Tag("anri k... caterpillar 🐛☝️"), ]; const random = Math.round(Math.random() * (tags.length - 1));