chore: view memo URL updated (#5569)

This commit is contained in:
Damian Jankowski 2026-02-02 13:39:33 +01:00 committed by Steven
parent 997687bc8d
commit 3f8d867bb6
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