tweak to copyedit and full string search

This commit is contained in:
fred 2025-08-05 08:42:36 -07:00
parent 9656888cb7
commit 9aac6e0eff
3 changed files with 2 additions and 4 deletions

View file

@ -93,7 +93,7 @@ function AddRecipe() {
<div>
<label htmlFor="cookTime" className="mr-2 font-bold">Cook Time:</label>
<input
type="text"
type="number"
placeholder="cook time in minutes"
className="recipe-cusine p-2 border border-gray-300 rounded w-24"
value={cookMinutes}