chore: view memo URL updated (#5569)

pull/5573/head
Damian Jankowski 4 months ago committed by GitHub
parent 2db57b139a
commit c14843fa62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save