Update YouAre.vue

This commit is contained in:
N-Pex 2025-05-08 14:54:26 +02:00
parent 6067727d1f
commit 76670b4239

View file

@ -4,9 +4,11 @@
@click="viewProfile"
class="ma-2 white-space-pre"
color="#ededed"
style="color:black"
variant="outlined"
>{{ $t("profile_info_popup.you_are") }} 
>
<template v-slot:default>
<span style="color:black">
{{ $t("profile_info_popup.you_are") }}&nbsp;
<span v-if="$matrix.currentUser.is_guest">
<i18n-t keypath="profile_info_popup.identity_temporary" tag="span">
<template v-slot:displayName>
@ -21,6 +23,8 @@
</template>
</i18n-t>
</span>
</span>
</template>
<template v-slot:append>
<v-avatar color="#e0e0e0" end @click.stop="viewProfile">
<AuthedImage v-if="userAvatar" :src="userAvatar" />