Increase preset recipe ingredients and steps

This commit is contained in:
Christopher C. Wells 2021-01-15 04:53:31 -08:00
parent 178d1d7aff
commit 4249457769
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
<!-- Ingredients -->
<h3 class="pt-2 mb-2 font-extrabold">Ingredients</h3>
@for($i = 0; $i < 10; $i++)
@for($i = 0; $i < 20; $i++)
<div class="flex flex-row space-x-4 mb-4">
<x-inputs.input type="number"
name="foods_amount[]"
@ -88,7 +88,7 @@
<!-- Steps -->
<h3 class="pt-2 mb-2 font-extrabold">Steps</h3>
@for($i = 0; $i < 10; $i++)
@for($i = 0; $i < 20; $i++)
<div class="flex flex-row space-x-4 mb-4">
<div class="text-3xl text-gray-400 text-center">{{ $i + 1 }}</div>
<x-inputs.textarea class="block mt-1 w-full"