This commit is contained in:
2024-09-13 17:05:14 +02:00
parent eb5a334868
commit f36d9fb4d7
2 changed files with 11 additions and 3 deletions

View File

@@ -56,7 +56,7 @@
</button>
} @if(listing.listingsCategory==='commercialProperty'){
<button class="bg-green-500 text-white w-10 h-10 flex items-center justify-center rounded-full mr-2" [routerLink]="['/details-business-listing', listing.id]">
<button class="bg-green-500 text-white w-10 h-10 flex items-center justify-center rounded-full mr-2" [routerLink]="['/details-commercial-property-listing', listing.id]">
<i class="fa-regular fa-eye"></i>
</button>
}