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>
<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
:class="$style.icon"
:src="`${$i.instanceUrl}/avatar/@${username}@${host}`"
alt=""
/>
<!-- #v-else -->
// #v-else
<img class="icon" :src="`/avatar/@${username}@${host}`" alt="">
<!-- #v-endif -->
// #v-endif
<span class="main">
<span class="username">@{{ username }}</span>
<span v-if="(host != localHost) || $store.state.showFullAcct" class="host">@{{ toUnicode(host) }}</span>