forked from spacebar/SplatNet
fix formatting & add font
This commit is contained in:
parent
45570f19fe
commit
fcd62a8e4f
3 changed files with 99 additions and 78 deletions
|
|
@ -10,7 +10,7 @@ function stageImagePath(stageName) {
|
|||
.toLowerCase()
|
||||
.replace(/['.]/g, "");
|
||||
|
||||
return `../../assets/stages/${firstWord}.jpg`;
|
||||
return `/assets/stages/${firstWord}.jpg`;
|
||||
}
|
||||
|
||||
async function fetchRotations() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue