mirror of https://github.com/kcal-app/kcal.git
Increase preset recipe ingredients and steps
This commit is contained in:
parent
178d1d7aff
commit
4249457769
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue