From 0e6b54b9e452883a7949f8c4bb3a153837ba5411 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Thu, 28 May 2026 11:14:45 -0500 Subject: [PATCH] fix --- .../details-business-listing.component.html | 19 +++++++++++-------- ...commercial-property-listing.component.html | 19 +++++++++++-------- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/bizmatch/src/app/pages/details/details-business-listing/details-business-listing.component.html b/bizmatch/src/app/pages/details/details-business-listing/details-business-listing.component.html index 1744a91..7f7b0b3 100644 --- a/bizmatch/src/app/pages/details/details-business-listing/details-business-listing.component.html +++ b/bizmatch/src/app/pages/details/details-business-listing/details-business-listing.component.html @@ -106,14 +106,7 @@ [leafletCenter]="mapCenter" [leafletZoom]="mapZoom" (leafletMapReady)="onMapReady($event)"> - -

- The information on this listing has been provided by either the seller or a business broker - representing the seller. BizMatch, Inc. has no interest or stake in the sale of this business - and has not verified any of the information and assumes no responsibility for its accuracy, - veracity, or completeness. See our full - Terms of Use. -

+

Contact the Author of this Listing

@@ -142,6 +135,16 @@
+ + +
+

+ The information on this listing has been provided by either the seller or a business broker representing the + seller. BizMatch, Inc. has no interest or stake in the sale of this business and has not verified any of the + information and assumes no responsibility for its accuracy, veracity, or completeness. See our full + Terms of Use. +

+
} diff --git a/bizmatch/src/app/pages/details/details-commercial-property-listing/details-commercial-property-listing.component.html b/bizmatch/src/app/pages/details/details-commercial-property-listing/details-commercial-property-listing.component.html index 55b0526..5400fdf 100644 --- a/bizmatch/src/app/pages/details/details-commercial-property-listing/details-commercial-property-listing.component.html +++ b/bizmatch/src/app/pages/details/details-commercial-property-listing/details-commercial-property-listing.component.html @@ -107,14 +107,7 @@ [leafletCenter]="mapCenter" [leafletZoom]="mapZoom" (leafletMapReady)="onMapReady($event)"> - -

- The information on this listing has been provided by either the seller or a business broker - representing the seller. BizMatch, Inc. has no interest or stake in the sale of this business - and has not verified any of the information and assumes no responsibility for its accuracy, - veracity, or completeness. See our full - Terms of Use. -

+
@if(this.images.length>0){
@@ -155,6 +148,16 @@
+ + +
+

+ The information on this listing has been provided by either the seller or a business broker representing the + seller. BizMatch, Inc. has no interest or stake in the sale of this business and has not verified any of the + information and assumes no responsibility for its accuracy, veracity, or completeness. See our full + Terms of Use. +

+
}