Invert colors on selection for address and created info
This commit is contained in:
parent
6ebf755e14
commit
cd4b272643
1 changed files with 1 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue