Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Sep 24, 2022
1 parent 736769b commit 0a0762c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/info/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class="h4 wrap-bottom border-bottom"
@endif
@if ($locationInfo->payments)
<div class="list-group-item">
<i class="fas fa-credit-card fa-fw"></i>&nbsp;<b>@lang('igniter.local::default.text_payments')</b><br/>
<i class="fas fa-credit-card fa-fw"></i>&nbsp;<b>@lang('igniter.local::default.text_payments')</b><br />
{!! implode(', ', $locationInfo->payments) !!}.
</div>
@endif
Expand Down
6 changes: 3 additions & 3 deletions components/localbox/timeslot.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
class="btn btn-light btn-timepicker btn-block text-truncate active"
id="orderTimePicker"
>
<i class="fa fa-clock-o"></i>&nbsp;&nbsp;
<i class="far fa-clock"></i>&nbsp;&nbsp;
<b>@lang('igniter.cart::default.text_is_closed')</b>
</button>
@elseif ($orderTimeIsAsap && !$location->hasLaterSchedule())
<button
class="btn btn-light btn-timepicker btn-block text-truncate active"
id="orderTimePicker"
>
<i class="fa fa-clock-o"></i>&nbsp;&nbsp;
<i class="far fa-clock"></i>&nbsp;&nbsp;
<b>@lang('igniter.local::default.text_asap')</b>
</button>
@else
Expand All @@ -32,7 +32,7 @@ class="btn btn-light btn-timepicker btn-block dropdown-toggle text-truncate"
aria-haspopup="true"
aria-expanded="false"
>
<i class="fa fa-clock-o"></i>&nbsp;&nbsp;
<i class="far fa-clock"></i>&nbsp;&nbsp;
<b>
@if ($orderTimeIsAsap)
@lang('igniter.local::default.text_asap')
Expand Down

0 comments on commit 0a0762c

Please sign in to comment.