style: move /me/friends to /me/index

This commit is contained in:
Twig 2025-07-16 10:21:30 +02:00
parent e87edbc967
commit 0f583f085e
No known key found for this signature in database
3 changed files with 45 additions and 58 deletions

View file

@ -6,7 +6,7 @@
</div>
<VerticalSpacer />
<NuxtLink class="user-item" :href="`/me/friends`" tabindex="0">
<NuxtLink class="user-item" :href="`/me`" tabindex="0">
<Icon class="user-avatar" name="lucide:user" />
<span class="user-display-name">Friends</span>
</NuxtLink>