chore: fix memo link (#3173)

pull/3180/head
The Anh Nguyen 1 year ago committed by GitHub
parent ba7dbc1fca
commit 09ffa7b818
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -73,7 +73,7 @@ const MemoDetail = () => {
<div className="w-auto inline-block mb-2">
<Link
className="px-3 py-1 border rounded-lg max-w-xs w-auto text-sm flex flex-row justify-start items-center flex-nowrap text-gray-600 dark:text-gray-400 dark:border-gray-500 hover:shadow hover:opacity-80"
to={`/m/${parentMemo.name}`}
to={`/m/${parentMemo.uid}`}
unstable_viewTransition
>
<Icon.ArrowUpLeftFromCircle className="w-4 h-auto shrink-0 opacity-60 mr-2" />

Loading…
Cancel
Save