chore(frontend): Change the link of notes count
Move to the notes tab for better userbility.
This commit is contained in:
parent
cc9cd28796
commit
34eb626337
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue