Skip to content

Commit

Permalink
Wrong variation selector
Browse files Browse the repository at this point in the history
Not like browsers respect it anyways
  • Loading branch information
bbrk24 committed Mar 15, 2024
1 parent bb76d34 commit df048cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.civet
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df048cf

Please sign in to comment.