Invert colors on selection for address and created info

This commit is contained in:
Eli Ribble 2026-03-07 01:26:25 +00:00
parent 6ebf755e14
commit cd4b272643
No known key found for this signature in database

View file

@ -354,7 +354,7 @@
x-text="comm.type === 'nuisance' ? 'Nuisance' : 'Standing Water'"
></span>
</div>
<small class="text-muted"
<small
><time-relative :time="comm.created"></time-relative>
</small>
</div>
@ -369,7 +369,6 @@
></span>
</div>
<small
class="text-muted"
x-text="formatAddress(comm.public_report.address).substring(0, 30) + '...'"
></small>
<template x-if="comm.photos && comm.photos.length > 0">