feat: add status page link to footer

This commit is contained in:
liyasthomas
2021-12-23 19:55:39 +05:30
parent 1eb9eb911e
commit e89d033bfe
4 changed files with 28 additions and 10 deletions

View File

@@ -85,6 +85,15 @@
svg="user"
/>
</template>
<div class="flex px-2 flex-col">
<span class="inline-flex truncate font-semibold">
{{ currentUser.displayName }}
</span>
<span class="inline-flex truncate text-secondaryLight">
{{ currentUser.email }}
</span>
</div>
<hr />
<div
ref="tippyActions"
class="flex flex-col focus:outline-none"