Unverified Commit 09ffa7b8 authored by The Anh Nguyen's avatar The Anh Nguyen Committed by GitHub

chore: fix memo link (#3173)

parent ba7dbc1f
...@@ -73,7 +73,7 @@ const MemoDetail = () => { ...@@ -73,7 +73,7 @@ const MemoDetail = () => {
<div className="w-auto inline-block mb-2"> <div className="w-auto inline-block mb-2">
<Link <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" 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 unstable_viewTransition
> >
<Icon.ArrowUpLeftFromCircle className="w-4 h-auto shrink-0 opacity-60 mr-2" /> <Icon.ArrowUpLeftFromCircle className="w-4 h-auto shrink-0 opacity-60 mr-2" />
......
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