From 7ef236a557aa1479de4f0ccf637e6862469f1660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Thu, 15 Feb 2024 10:04:15 +0100 Subject: [PATCH 1/2] HotFix: small HTML fixes --- app/login/page.tsx | 2 +- app/ui/BillEditForm.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/login/page.tsx b/app/login/page.tsx index 431beb5..054cadf 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -58,7 +58,7 @@ const Page:FC = async () => {

Easy copy of expenditures

-

All your realestate and utilitys are automatically copied to the next month, so you don't neeed to do it by hand.

+

All your realestate and utilitys are automatically copied to the next month, so you don't neeed to do it by hand.

diff --git a/app/ui/BillEditForm.tsx b/app/ui/BillEditForm.tsx index 77fe2c4..10fd36a 100644 --- a/app/ui/BillEditForm.tsx +++ b/app/ui/BillEditForm.tsx @@ -132,7 +132,7 @@ export const BillEditForm:FC = ({ location, bill }) => { barcodeImage ?

After scanning the code make sure the information is correct.
We are not liable in case of an incorrect payment.

: null From dc9a3d083a7cbc17f61af69f577b023383502a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Thu, 15 Feb 2024 10:04:37 +0100 Subject: [PATCH 2/2] updated verison in compose file --- docker-compose-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-deploy.yml b/docker-compose-deploy.yml index 1a9209f..7733eb3 100644 --- a/docker-compose-deploy.yml +++ b/docker-compose-deploy.yml @@ -9,7 +9,7 @@ networks: services: web-app: - image: utility-bills-tracker:1.21.0 + image: utility-bills-tracker:1.21.1 networks: - traefik-network - mongo-network