nestiq-component-library 1.1.125 → 1.1.126
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -155,12 +155,7 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
155
155
|
</div>
|
|
156
156
|
</div>
|
|
157
157
|
</div>
|
|
158
|
-
<div
|
|
159
|
-
className={
|
|
160
|
-
|
|
161
|
-
"listing-compact d-flex flex-column col-6"
|
|
162
|
-
}
|
|
163
|
-
>
|
|
158
|
+
<div className={"listing-compact d-flex flex-column col-6"}>
|
|
164
159
|
<div className="d-flex flex-row justify-content-between gap-2">
|
|
165
160
|
<span
|
|
166
161
|
className="propertyTitle align-items-start "
|
|
@@ -285,9 +280,8 @@ export default function PropertyCard(props: PopupProps) {
|
|
|
285
280
|
<img src={immooly} alt="Logo" className="immooly" />
|
|
286
281
|
</div>
|
|
287
282
|
<div className="d-flex flex-column flex-lg-row justify-content-between">
|
|
288
|
-
<span className="d-flex col-5">
|
|
289
|
-
|
|
290
|
-
</span>
|
|
283
|
+
<span className="d-flex col-5">Herr Florian Gauss</span>
|
|
284
|
+
<span>Immogart UGh</span>
|
|
291
285
|
<button
|
|
292
286
|
className="kontactbutton text-light "
|
|
293
287
|
onClick={handleMessagPopUp}
|