wanderer-moe / site

⚙ The frontend of https://wanderer.moe/ — built with NextJS, TailwindCSS & shadcn/ui
https://wanderer.moe/
38 stars 0 forks source link

Display proper stylization of game names #209

Closed jktrn closed 1 year ago

jktrn commented 1 year ago

Names are currently displayed on the website as their kebab-cases but fed into the fixCasing() helper. I suggest fixCasing() be replaced with a nameMapping() which maps names to their properly stylized formats:

Of course, this is just a frontend thing.

dromzeh commented 1 year ago

implemented in 28e5fdf