diff --git a/src/src/app/modals/trip-create-modal/trip-create-modal.component.html b/src/src/app/modals/trip-create-modal/trip-create-modal.component.html index 833b72d..cf02db7 100644 --- a/src/src/app/modals/trip-create-modal/trip-create-modal.component.html +++ b/src/src/app/modals/trip-create-modal/trip-create-modal.component.html @@ -23,9 +23,9 @@
@if (tripForm.get("image_id")?.value) { -
+
+ class="max-w-40 max-h-32 object-cover rounded-lg shadow-lg transition-transform duration-300" />
Click to edit @@ -34,17 +34,17 @@ } @else { @if (tripForm.get("image")?.value) { -
+
+ class="max-w-40 max-h-32 object-cover rounded-lg shadow-lg transition-transform duration-300" />
} @else { -
- +
+
Click to edit