fix: replace literal \u2014 escape with em dash in notes placeholder

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
chris 2026-05-08 07:57:27 -04:00
parent f969e5d242
commit c40db43c04

View File

@ -672,7 +672,7 @@ export default function ColorPicker({ product, maxColors, onClose, editingEntry
<textarea
className="textarea"
rows={3}
placeholder="E.g. 'Birthday for Emma \u2014 she loves purple and gold!'"
placeholder="E.g. 'Birthday for Emma she loves purple and gold!'"
value={notes}
onChange={(e) => setNotes(e.target.value)}
/>