chore: view memo URL updated (#5569)

This commit is contained in:
Damian Jankowski 2026-02-02 13:39:33 +01:00 committed by GitHub
parent 2db57b139a
commit c14843fa62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ const UserMemoMap = ({ creator, className }: Props) => {
})}
</span>
<Link
to={`/m/${memo.name.split("/").pop()}`}
to={`/memos/${memo.name.split("/").pop()}`}
className="flex items-center gap-0.5 text-[10px] text-primary hover:opacity-80"
>
View