Fixed a typo in the Dialog.jsx

This commit is contained in:
2023-11-23 14:43:32 +01:00
parent 8bbf25ba26
commit fded4f98a6

View File

@ -69,7 +69,7 @@ export const Dialog = ({onClose, open}) => {
</div>
<div className="dialog-item">
<h2>Kosten pro Kochen</h2>
<h2>Kosten pro Kuchen</h2>
<input type="number" className="glassy input" value={costPerCake}
onChange={(e) => updateCostPerCake(parseInt(e.target.value))}/>
</div>