Show sites with leads more clearly

This commit is contained in:
Eli Ribble 2026-04-17 03:10:08 +00:00
parent b85deb229f
commit cb92b845e6
No known key found for this signature in database

View file

@ -28,7 +28,13 @@
>
<div class="d-flex">
<div>
<i class="bi bi-house"></i>
<i
class="bi"
:class="{
'bi-house-fill': site.leads.length > 0,
'bi-house': site.leads.length == 0,
}"
></i>
</div>
<strong>{{ formatAddress(site.address) }}</strong>
</div>