From df048cfaddaba8e0e8f96a0e4c858c3eaf0d57cc Mon Sep 17 00:00:00 2001 From: William Baker Date: Thu, 14 Mar 2024 23:57:04 -0400 Subject: [PATCH] Wrong variation selector Not like browsers respect it anyways --- src/index.civet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.civet b/src/index.civet index c65b344..47bf184 100644 --- a/src/index.civet +++ b/src/index.civet @@ -177,7 +177,7 @@ rivalsDiv := document.createElement 'div' rivalInfoString := 'When playing as P1 in a Grand Prix, these characters are guaranteed to be COM characters and should be better than other COMs, unless they are chosen by other players. Not all characters have rivals.' document.createElement 'sup' - ||> .textContent = '\ufe0f\u2139' + ||> .textContent = '\ufe0e\u2139' ||> .className = 'info' ||> .title = rivalInfoString ||> .addEventListener