same same
This commit is contained in:
parent
2122f56222
commit
e884453324
@ -89,15 +89,15 @@ class="w-4 h-4 text-blue-600 bg-gray-50 border-gray-300 focus:ring-blue-500 dark
|
|||||||
<x-input-error :messages="$errors->get('suffix')" class="mt-2"/>
|
<x-input-error :messages="$errors->get('suffix')" class="mt-2"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class="my-4">
|
<hr class="my-5">
|
||||||
|
|
||||||
<!-- Schedule -->
|
<!-- Schedule -->
|
||||||
<div class="mt-3">
|
<div class="">
|
||||||
<x-input-label for="schedule-value" value="Schedule Recurrence"></x-input-label>
|
<x-input-label for="schedule-value" value="Schedule Recurrence"></x-input-label>
|
||||||
<div class="text-sm my-1 text-gray-700 mr-20">
|
<div class="text-sm my-1 text-gray-700 mr-20">
|
||||||
The recurrence value determines how often you will be inquired about this habit. Note: this is different from setting a goal.
|
The recurrence value determines how often you will be inquired about this habit. Note: this is different from setting a goal.
|
||||||
</div>
|
</div>
|
||||||
<div class="inline-block mt-1 pr-1">
|
<div class="inline-block mt-4 pr-1">
|
||||||
Every
|
Every
|
||||||
</div>
|
</div>
|
||||||
<x-text-input id="schedule-value" class="inline-block mt-1 w-20" type="number"
|
<x-text-input id="schedule-value" class="inline-block mt-1 w-20" type="number"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user