chore: View memo URL updated

This commit is contained in:
d-jankowski 2026-02-02 13:23:07 +01:00
parent e1c8101d29
commit 256832cdcb
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