forgot these
This commit is contained in:
parent
c9aa4e62fa
commit
357e8772e7
@ -34,8 +34,8 @@ export default function IngredientSection({ section, onChange, removeIngredientS
|
||||
/>
|
||||
|
||||
<div className="flex gap-x-2 items-center">
|
||||
<button
|
||||
disabled={!allowDelete}
|
||||
<button
|
||||
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"
|
||||
onClick={() => removeIngredientSectionHandler(section.Id)}
|
||||
>
|
||||
|
||||
@ -478,7 +478,7 @@ export default function Create() {
|
||||
<span className="text-red-500">*</span>
|
||||
</label>
|
||||
<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
|
||||
and the ingredients will appear as a single list.
|
||||
</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user