Merging in the React Refactor #56
@ -34,8 +34,8 @@ export default function IngredientSection({ section, onChange, removeIngredientS
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<div className="flex gap-x-2 items-center">
|
<div className="flex gap-x-2 items-center">
|
||||||
<button
|
<button
|
||||||
disabled={!allowDelete}
|
disabled={!allowDelete}
|
||||||
className="p-2 pr-0 cursor-pointer text-gray-500 hover:text-red-500 disabled:text-gray-200 disabled:cursor-not-allowed duration-300"
|
className="p-2 pr-0 cursor-pointer text-gray-500 hover:text-red-500 disabled:text-gray-200 disabled:cursor-not-allowed duration-300"
|
||||||
onClick={() => removeIngredientSectionHandler(section.Id)}
|
onClick={() => removeIngredientSectionHandler(section.Id)}
|
||||||
>
|
>
|
||||||
|
|||||||
@ -478,7 +478,7 @@ export default function Create() {
|
|||||||
<span className="text-red-500">*</span>
|
<span className="text-red-500">*</span>
|
||||||
</label>
|
</label>
|
||||||
<p className="text-xs py-1 text-gray-700">
|
<p className="text-xs py-1 text-gray-700">
|
||||||
Please provide a list of ingredients and their quantities. Ingredients can be added into
|
Please provide a list of ingredients and their quantities. Ingredients can be added into
|
||||||
groups. If only a single group exists, the group will be ignored when the recipe is created
|
groups. If only a single group exists, the group will be ignored when the recipe is created
|
||||||
and the ingredients will appear as a single list.
|
and the ingredients will appear as a single list.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user