feat(ui): user widget now redirects to actual page
This commit is contained in:
parent
d7160abc47
commit
bfafe02d48
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
>
|
||||
<PanelWidget class="flex-col gap-y-2">
|
||||
<NuxtLink
|
||||
to="/id/me"
|
||||
:to="`/user/${user.id}`"
|
||||
class="transition inline-flex items-center w-full py-3 px-4 hover:bg-zinc-800"
|
||||
>
|
||||
<div class="inline-flex items-center text-zinc-300">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue