Skip to content

Commit

Permalink
Updates bill list subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
cdterry87 committed Aug 11, 2024
1 parent c933a9d commit 32307c3
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions resources/views/livewire/bill-list.blade.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<div>
@if ($filterShowing === 'current')
<h3 class="font-semibold text-xl text-zinc-600">
<h3 class="font-semibold text-xl text-zinc-600">
@if ($filterShowing === 'current')
For {{ date('F Y') }}
@if ($filterSearch || $filterCategory)
<span class="italic ml-1">(Filtered)</span>
@endif
</h3>
@endif
@else
For All Months
@endif
@if ($filterSearch || $filterCategory)
<span class="italic ml-1">(Filtered)</span>
@endif
</h3>

<div class="flex flex-col gap-6">
<div class="flex flex-col-reverse lg:flex-row gap-2 items-end justify-between lg:gap-6 mt-4">
<div class="flex flex-col lg:flex-row items-start gap-2 lg:gap-4 w-full lg:w-auto">
Expand Down

0 comments on commit 32307c3

Please sign in to comment.