ui: show full id in switcher
This commit is contained in:
parent
45b6e39b6e
commit
7065100006
2 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@ const accountHandle = $(useAccountHandle(account, fullServer))
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div flex gap-3>
|
||||
<div flex gap-3 cursor-default>
|
||||
<div>
|
||||
<NuxtLink :to="link ? getAccountPath(account) : null">
|
||||
<AccountAvatar :account="account" :hover="hover" w-12 h-12 />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue