Umbau commercial-details, Anfang Umbau user-details

This commit is contained in:
2024-07-05 14:00:05 +02:00
parent 1534c14a68
commit 677b95c21c
5 changed files with 358 additions and 2 deletions

View File

@@ -86,7 +86,7 @@
} @else {
<img src="assets/images/placeholder.png" class="w-8 h-10 object-contain" />
}
<button class="bg-green-500 hover:bg-green-600 text-white font-medium py-2 px-4 rounded-full flex items-center">
<button class="bg-green-500 hover:bg-green-600 text-white font-medium py-2 px-4 rounded-full flex items-center" [routerLink]="['/details-user', user.id]">
View Full profile
<i class="fas fa-arrow-right ml-2"></i>
</button>