Update YouAre.vue
This commit is contained in:
parent
6067727d1f
commit
76670b4239
1 changed files with 6 additions and 2 deletions
|
|
@ -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") }}
|
||||
<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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue