Make click on profile in "goodbye" link to Home.
This commit is contained in:
parent
33d9b3ecd9
commit
d3dd98c1f5
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,8 @@
|
|||
<transition name="slow-fade">
|
||||
<div
|
||||
v-if="mounted"
|
||||
class="goodbye-profile"
|
||||
class="goodbye-profile clickable"
|
||||
@click.stop="viewOtherRooms"
|
||||
>
|
||||
<div class="d-inline-block me-2 white--text">
|
||||
{{ $t("profile_info_popup.you_are") }}
|
||||
|
|
@ -66,7 +67,6 @@
|
|||
class="avatar-32 d-inline-block"
|
||||
size="32"
|
||||
color="#e0e0e0"
|
||||
@click.stop="showProfileInfo = true"
|
||||
>
|
||||
<img v-if="userAvatar" :src="userAvatar" />
|
||||
<span v-else class="white--text">{{ userAvatarLetter }}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue