Unverified Commit c14843fa authored by Damian Jankowski's avatar Damian Jankowski Committed by GitHub

chore: view memo URL updated (#5569)

parent 2db57b13
...@@ -101,7 +101,7 @@ const UserMemoMap = ({ creator, className }: Props) => { ...@@ -101,7 +101,7 @@ const UserMemoMap = ({ creator, className }: Props) => {
})} })}
</span> </span>
<Link <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" className="flex items-center gap-0.5 text-[10px] text-primary hover:opacity-80"
> >
View View
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment