diff --git a/src/components/NoteCard.jsx b/src/components/NoteCard.jsx index 3402968..94f1825 100644 --- a/src/components/NoteCard.jsx +++ b/src/components/NoteCard.jsx @@ -16,7 +16,8 @@ const tagColorMap = { 'Projects': 'teal', 'Work': 'pink', 'Study': 'orange', - 'Experiments': 'green', // Added new tag color + 'Experiments': 'green', + 'Money': 'emerald', // Added new tag color for Money }; const NoteCard = ({ id, title, content, color, tag, created_at, onTagClick }) => {