mirror of https://github.com/usememos/memos.git
chore: view memo URL updated (#5569)
This commit is contained in:
parent
2db57b139a
commit
c14843fa62
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue