modrinth / code

The Modrinth monorepo containing all code which powers Modrinth!
https://modrinth.com
Other
921 stars 171 forks source link

Project ID's first letter is getting capitalized when it should've been lowercase #1822

Closed deirn closed 2 years ago

deirn commented 2 years ago

Environment

No response

Describe the bug

This is Mod Menu's page. The correct id is mOgUt4GM. image

https://github.com/modrinth/knossos/blob/673f7a82d19700ee2be06739277cbb8ae9f3cb43/pages/_type/_id.vue#L1162-L1164 Seems like this style is the culprit, adding :first-letter to the selector fixed it for me.

I'm using Chrome 104.0.5112.102, if that matter.

Steps To Reproduce

No response

Expected behavior

No response

Additional context

No response

Geometrically commented 2 years ago

fixed by modrinth/knossos#619