i have no idea how to go about doing that. i haven't done serious coding in 3 decades and never in html/css or js. i'm using this project to help me get back into the mold of coding and to learn how to do html/css and js. so far, i've been relying pretty heavily on ai support to learn how to do this, slowly getting better at making my own edits.
this elf ear thing, that completely baffles me. maybe it's a flavor text thing? who knows.
i noticed that this morning, it's add that glyph or a zero length character. breaks a lot of things. i had to update the JSON parser i use to try and accommodate those additions. works, some of the time.
parseJSON: (input) => { if (!input) return null;