forgot these

This commit is contained in:
Hayden Hargreaves 2025-12-11 20:49:34 -07:00
parent c9aa4e62fa
commit 357e8772e7
2 changed files with 3 additions and 3 deletions

View File

@ -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)}
>

View File

@ -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>