diff --git a/src/components/sidebar/Sidebar.tsx b/src/components/sidebar/Sidebar.tsx index 7db20de..50b0829 100644 --- a/src/components/sidebar/Sidebar.tsx +++ b/src/components/sidebar/Sidebar.tsx @@ -582,32 +582,34 @@ function DraggableNoteItem({ note, active, editing, editValue, editRef, activeTa )} - {hovered ? ( -
- - -
- ) : ( - - {formatDate(note.updatedAt)} - - )} +
+ {hovered ? ( + <> + + + + ) : ( + + {formatDate(note.updatedAt)} + + )} +
{note.tags.length > 0 && (