feat: move nav footer items to settings

This commit is contained in:
Anthony Fu 2022-12-28 00:03:50 +01:00
parent 378ba25997
commit 12942095de
15 changed files with 101 additions and 119 deletions

View file

@ -69,7 +69,7 @@ async function importTokens() {
<span>{{ $t('settings.users.label') }}</span>
</div>
</template>
<div p4>
<div p6>
<template v-if="loggedInUsers.length">
<div flex="~ col gap2">
<div v-for="user of loggedInUsers" :key="user.account.id">