forked from spacebar/SplatNet
fix: mii renderer
This commit is contained in:
parent
9e73da3e3f
commit
8531693c2e
4 changed files with 4 additions and 4 deletions
|
|
@ -109,7 +109,7 @@ window.loadHeader(async function(headerContainer) {
|
|||
}
|
||||
|
||||
if (imgEl && miiBlob) {
|
||||
imgEl.src = `https://mii-renderer.spfn.net/miis/image.png?data=${encodeURIComponent(miiBlob)}&type=face&width=270`;
|
||||
imgEl.src = `https://mii-renderer.bloxerhd.co.uk/miis/image.png?data=${encodeURIComponent(miiBlob)}&type=face&width=270`;
|
||||
imgEl.style.display = 'block';
|
||||
}
|
||||
updateTwitterUI();
|
||||
|
|
|
|||
Loading…
Reference in a new issue