diff --git a/memento-note/components/note-actions.tsx b/memento-note/components/note-actions.tsx index 1ba77a6..12efb7a 100644 --- a/memento-note/components/note-actions.tsx +++ b/memento-note/components/note-actions.tsx @@ -180,10 +180,10 @@ export function NoteActions({ const iconMap: Record = { text: AlignLeft, markdown: FileCode2, richtext: PenLine, checklist: ListChecks } const TypeIcon = iconMap[noteType] || FileText return ( - + )} + {/* More Options */}