From e11ff037d5ea56596d8a8d345724e9bca4a6cc71 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Mon, 6 Oct 2025 18:15:18 +0200 Subject: [PATCH] :arrow_up: Migration --- .../trip-create-day-item-modal.component.html | 4 ++-- .../yes-no-modal/yes-no-modal.component.html | 21 ++++--------------- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/src/src/app/modals/trip-create-day-item-modal/trip-create-day-item-modal.component.html b/src/src/app/modals/trip-create-day-item-modal/trip-create-day-item-modal.component.html index 8684a1b..0a56e1e 100644 --- a/src/src/app/modals/trip-create-day-item-modal/trip-create-day-item-modal.component.html +++ b/src/src/app/modals/trip-create-day-item-modal/trip-create-day-item-modal.component.html @@ -13,7 +13,7 @@ } @else {
{{ day.label }}
@@ -22,7 +22,7 @@ } - + diff --git a/src/src/app/modals/yes-no-modal/yes-no-modal.component.html b/src/src/app/modals/yes-no-modal/yes-no-modal.component.html index c35c765..5f7f838 100644 --- a/src/src/app/modals/yes-no-modal/yes-no-modal.component.html +++ b/src/src/app/modals/yes-no-modal/yes-no-modal.component.html @@ -1,24 +1,11 @@
- +
{{ msg }}
- - -
+ + + \ No newline at end of file