Disclaimer

This commit is contained in:
2026-05-28 10:41:03 -05:00
parent 3cfe86e1a0
commit 3ed7519afd
2 changed files with 12 additions and 0 deletions

View File

@@ -104,6 +104,12 @@
<!-- <div style="height: 300px" leaflet [leafletOptions]="mapOptions" [leafletLayers]="mapLayers" [leafletCenter]="mapCenter" [leafletZoom]="mapZoom"></div> --> <!-- <div style="height: 300px" leaflet [leafletOptions]="mapOptions" [leafletLayers]="mapLayers" [leafletCenter]="mapCenter" [leafletZoom]="mapZoom"></div> -->
<div style="height: 400px" leaflet [leafletOptions]="mapOptions" [leafletLayers]="mapLayers" <div style="height: 400px" leaflet [leafletOptions]="mapOptions" [leafletLayers]="mapLayers"
[leafletCenter]="mapCenter" [leafletZoom]="mapZoom" (leafletMapReady)="onMapReady($event)"></div> [leafletCenter]="mapCenter" [leafletZoom]="mapZoom" (leafletMapReady)="onMapReady($event)"></div>
<p class="mt-3 text-xs text-neutral-500 leading-relaxed">
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 <a class="text-primary-600 hover:underline hover:cursor-pointer" routerLink="/terms-of-use">Terms of Use</a>.
</p>
</div> </div>
</div> </div>

View File

@@ -105,6 +105,12 @@
<!-- <div style="height: 300px" leaflet [leafletOptions]="mapOptions" [leafletLayers]="mapLayers" [leafletCenter]="mapCenter" [leafletZoom]="mapZoom"></div> --> <!-- <div style="height: 300px" leaflet [leafletOptions]="mapOptions" [leafletLayers]="mapLayers" [leafletCenter]="mapCenter" [leafletZoom]="mapZoom"></div> -->
<div style="height: 400px" leaflet [leafletOptions]="mapOptions" [leafletLayers]="mapLayers" <div style="height: 400px" leaflet [leafletOptions]="mapOptions" [leafletLayers]="mapLayers"
[leafletCenter]="mapCenter" [leafletZoom]="mapZoom" (leafletMapReady)="onMapReady($event)"></div> [leafletCenter]="mapCenter" [leafletZoom]="mapZoom" (leafletMapReady)="onMapReady($event)"></div>
<p class="mt-3 text-xs text-neutral-500 leading-relaxed">
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 <a class="text-primary-600 hover:underline hover:cursor-pointer" routerLink="/terms-of-use">Terms of Use</a>.
</p>
</div> </div>
</div> </div>