From 4146f2ea45d630113a9754abdb068dc4f5568f79 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 2 Jun 2024 17:16:09 +0200 Subject: [PATCH] minor tags update --- static/js/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/index.js b/static/js/index.js index 79dbf90..eb5f61a 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -14,7 +14,7 @@ window.addEventListener("load", () => { `; const tags = [ - new Tag("Comment ça marche un PC 😵‍💫"), + new Tag("Comment fonctionne un PC 😵‍💫"), new Tag("Idiot certifié"), new Tag("undefined", "font-family: monospace"), new Tag("/api/v1/love", "font-family: monospace"), @@ -28,8 +28,7 @@ window.addEventListener("load", () => { text-shadow: 0px 0px 20px light-dark(transparent, var(--font-color)); ` ), - new Tag("Nul en CSS", "font-family: 'Comic Sans MS', cursive"), - new Tag("Mention poufiasse"), + new Tag("Nul en CSS", "font-family: 'Comic Sans MS', TSCu_Comic, cursive"), new Tag("anri k... caterpillar 🐛☝️"), new Tag( "Free Ukraine", @@ -48,6 +47,7 @@ window.addEventListener("load", () => { text-shadow: 0px 0px 20px var(--font-color); ` ), + new Tag("School hater"), ]; const random = Math.round(Math.random() * (tags.length - 1));