Skip to content

Commit ba240db

Browse files
committed
fix: display folder name and color in note cards
1 parent a3a6a9c commit ba240db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/notes/NotesPanel/NoteCard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ function NoteCard({ note, isSelected, onSelect, onToggleStar, folders }: NoteCar
133133
className="h-2 w-2 rounded-sm shrink-0"
134134
style={{ backgroundColor: folder.color || '#6b7280' }}
135135
/>
136-
<Folder className="h-3 w-3 shrink-0" />
137136
<span className="truncate">{folder.name}</span>
138137
</div>
139138
)}

0 commit comments

Comments
 (0)