|
|
@ -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" />
|
|
|
|