This commit is contained in:
Kainoa Kanter 2023-04-07 23:06:38 -07:00
parent e3bf62f188
commit 273fb76548
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
<template> <template>
<MkA v-if="url.startsWith('/')" v-user-preview="canonical" class="akbvjaqn" :class="{ isMe }" :to="url" :style="{ background: bgCss }" @click.stop> <MkA v-if="url.startsWith('/')" v-user-preview="canonical" class="akbvjaqn" :class="{ isMe }" :to="url" :style="{ background: bgCss }" @click.stop>
<!-- #v-ifdef VITE_CAPACITOR --> // #v-ifdef VITE_CAPACITOR
<img <img
:class="$style.icon" :class="$style.icon"
:src="`${$i.instanceUrl}/avatar/@${username}@${host}`" :src="`${$i.instanceUrl}/avatar/@${username}@${host}`"
alt="" alt=""
/> />
<!-- #v-else --> // #v-else
<img class="icon" :src="`/avatar/@${username}@${host}`" alt=""> <img class="icon" :src="`/avatar/@${username}@${host}`" alt="">
<!-- #v-endif --> // #v-endif
<span class="main"> <span class="main">
<span class="username">@{{ username }}</span> <span class="username">@{{ username }}</span>
<span v-if="(host != localHost) || $store.state.showFullAcct" class="host">@{{ toUnicode(host) }}</span> <span v-if="(host != localHost) || $store.state.showFullAcct" class="host">@{{ toUnicode(host) }}</span>