Skip to content

Commit

Permalink
feat(profiles): easier access to profiles/settings in chat
Browse files Browse the repository at this point in the history
  • Loading branch information
WanderingHogan committed Feb 11, 2022
1 parent 31a5d99 commit 8379aa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/interactables/QuickProfile/QuickProfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
v-click-outside="close"
:style="$device.isDesktop ? `top: ${ui.quickProfilePosition.y}px; left: ${ui.quickProfilePosition.x}px;` : ''"
>
<div class="header avatar-wrapper" @click="openProfile">
<div class="header avatar-wrapper">
<InteractablesClose :action="close" />
<UiCircle
:type="src ? 'image' : 'random'"
:seed="user.address"
:size="45"
:source="src"
@click="openProfile"
/>
</div>
<TypographyTitle :text="user.name" :size="6" />
Expand Down

0 comments on commit 8379aa4

Please sign in to comment.