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:
parent
f969e5d242
commit
c40db43c04
@ -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)}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user