|
@@ -56,7 +56,18 @@
|
56
|
56
|
<router-link :to="`/property/commercial/property/${currentProperty.id}`">
|
57
|
57
|
<div class="portfolio-item p-4 wow fadeInUp justify-content-md-center">
|
58
|
58
|
<div class="feature-top pt-3 mb-2">
|
59
|
|
- <h3>{{ currentProperty.displayPrice }}</h3>
|
|
59
|
+ <div class="pb-2">
|
|
60
|
+ <h3 style="color:white !important;display:inline">
|
|
61
|
+ {{ currentProperty.displayPrice }}
|
|
62
|
+ </h3>
|
|
63
|
+ <p
|
|
64
|
+ v-if="!currentProperty.isSale"
|
|
65
|
+ class="ml-1"
|
|
66
|
+ style="display:inline; color:white"
|
|
67
|
+ >
|
|
68
|
+ Per Month
|
|
69
|
+ </p>
|
|
70
|
+ </div>
|
60
|
71
|
<img
|
61
|
72
|
style="height:165px; object-fit: cover;"
|
62
|
73
|
:src="currentProperty.displayImage"
|