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
|
<textarea
|
||||||
className="textarea"
|
className="textarea"
|
||||||
rows={3}
|
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}
|
value={notes}
|
||||||
onChange={(e) => setNotes(e.target.value)}
|
onChange={(e) => setNotes(e.target.value)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user