Unverified Commit 3a7b24bd authored by XIN_____'s avatar XIN_____ Committed by GitHub

chore: add cursor-pointer to memo's display time (#4441)

feat: memo title add cursor-pointer when mouse hover
parent 271a8c8c
......@@ -159,7 +159,7 @@ const MemoView: React.FC<Props> = (props: Props) => {
{creator.nickname || creator.username}
</Link>
<div
className="w-auto -mt-0.5 text-xs leading-tight text-gray-400 dark:text-gray-500 select-none"
className="w-auto -mt-0.5 text-xs leading-tight text-gray-400 dark:text-gray-500 select-none cursor-pointer"
onClick={handleGotoMemoDetailPage}
>
{displayTime}
......@@ -168,7 +168,7 @@ const MemoView: React.FC<Props> = (props: Props) => {
</div>
) : (
<div
className="w-full text-sm leading-tight text-gray-400 dark:text-gray-500 select-none"
className="w-full text-sm leading-tight text-gray-400 dark:text-gray-500 select-none cursor-pointer"
onClick={handleGotoMemoDetailPage}
>
{displayTime}
......
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