fix formatting & add font

This commit is contained in:
kittentm 2026-01-16 21:29:58 +01:00
commit fcd62a8e4f
3 changed files with 99 additions and 78 deletions

View file

@ -10,7 +10,7 @@ function stageImagePath(stageName) {
.toLowerCase()
.replace(/['.]/g, "");
return `../../assets/stages/${firstWord}.jpg`;
return `/assets/stages/${firstWord}.jpg`;
}
async function fetchRotations() {