update domains
This commit is contained in:
parent
214e12ab25
commit
844ae97a82
8 changed files with 12 additions and 12 deletions
|
|
@ -20,7 +20,7 @@ const emit = defineEmits(['logout', 'navigate'])
|
|||
</div>
|
||||
|
||||
<div v-if="userProfile" class="user-badge" style="display: flex; align-items: center; gap: 0.75rem;">
|
||||
<img :src="userProfile.pid ? `https://mii.spfn.net/${userProfile.pid}/main.png` : '/img_unknown_MiiIcon.png'"
|
||||
<img :src="userProfile.pid ? `https://mii.spbr.net/${userProfile.pid}/main.png` : '/img_unknown_MiiIcon.png'"
|
||||
:alt="userProfile.sfid || 'Mii Avatar'"
|
||||
style="width: 40px; height: 40px; border-radius: 50%; background: #161b22; object-fit: contain; flex-shrink: 0;"
|
||||
@error="(e) => e.target.src = '/img_unknown_MiiIcon.png'" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue