From 75d5865ac83b4b5ccdefbcbbcfec305048c2465b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 14 Oct 2023 17:27:47 +0200 Subject: [PATCH] update tags --- static/js/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/index.js b/static/js/index.js index 1f9a0b3..3ab4e20 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -9,11 +9,12 @@ window.addEventListener("load", () => { const tags = [ new Tag("Comment ça marche un PC 😵‍💫"), new Tag("Idiot certifié"), - new Tag("undefined"), + new Tag("undefined", "font-family: monospace"), new Tag("/api/v1/love", "font-family: monospace"), new Tag("Étudiant qui va rater son master"), new Tag("Peak D2 sur Valo 🤡"), new Tag("1312"), + new Tag("Nul en CSS", "font-family: cursive"), ]; const random = Math.round(Math.random() * (tags.length - 1));