mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 17:24:48 +10:00
feat(ui): user widget now redirects to actual page
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
>
|
>
|
||||||
<PanelWidget class="flex-col gap-y-2">
|
<PanelWidget class="flex-col gap-y-2">
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
to="/id/me"
|
:to="`/user/${user.id}`"
|
||||||
class="transition inline-flex items-center w-full py-3 px-4 hover:bg-zinc-800"
|
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">
|
<div class="inline-flex items-center text-zinc-300">
|
||||||
|
|||||||
Reference in New Issue
Block a user