forked from spacebar/SplatNet
chore(deps): decouple use of https://mii-unsecure.ariankordi.net/ in favour for SPFN native
This commit is contained in:
parent
97d7000623
commit
0b8155a7fa
5 changed files with 5 additions and 5 deletions
|
|
@ -124,7 +124,7 @@ window.loadHeader(async function(headerContainer) {
|
|||
const parsedName = miiBlob ? extractMiiName(miiBlob) : null;
|
||||
const name = parsedName || (finalData.mii && finalData.mii.name) || finalData.nickname || finalData.user_id || finalData.mii_name || "User";
|
||||
|
||||
const miiImgUrl = miiBlob ? `https://mii-unsecure.ariankordi.net/miis/image.png?data=${encodeURIComponent(miiBlob)}&type=face&width=270` : "";
|
||||
const miiImgUrl = miiBlob ? `https://mii-renderer.spfn.net/miis/image.png?data=${encodeURIComponent(miiBlob)}&type=face&width=270` : "";
|
||||
|
||||
const sidebarName = document.getElementById('mii-name');
|
||||
const sidebarImg = document.getElementById('mii-img');
|
||||
|
|
|
|||
Loading…
Reference in a new issue