Make user panel and notification <aside>

This commit is contained in:
tusooa 2022-11-08 00:23:08 -05:00
commit 771933183b
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<template>
<div class="user-panel">
<aside class="user-panel">
<div
v-if="signedIn"
key="user-panel-signed"
@ -16,7 +16,7 @@
v-else
key="user-panel"
/>
</div>
</aside>
</template>
<script src="./user_panel.js"></script>