feat: resolve status paths with router (#258)
This commit is contained in:
parent
24bbe9135b
commit
4ed1816806
22 changed files with 106 additions and 50 deletions
|
@ -157,7 +157,7 @@ const { isOverDropZone } = useDropZone(dropZoneRef, onDrop)
|
|||
</template>
|
||||
|
||||
<div p4 flex gap-4>
|
||||
<NuxtLink w-12 h-12 :to="getAccountPath(currentUser.account)">
|
||||
<NuxtLink w-12 h-12 :to="getAccountRoute(currentUser.account)">
|
||||
<AccountAvatar :account="currentUser.account" w-12 h-12 />
|
||||
</NuxtLink>
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue