chore(frontend): Change the link of notes count

Move to the notes tab for better userbility.
This commit is contained in:
Souma 2025-08-15 21:33:19 +09:00
parent cc9cd28796
commit 34eb626337
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</dl>
</div>
<div class="status">
<MkA :to="userPage(user)">
<MkA :to="userPage(user, 'notes')">
<b>{{ number(user.notesCount) }}</b>
<span>{{ i18n.ts.notes }}</span>
</MkA>