From 188505aacf0c006330610d4adcaca2f6082d6617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Sat, 17 Feb 2024 10:55:08 +0100 Subject: [PATCH 1/2] AddMonth/LocationButton: fixed tooltip width --- app/ui/AddLocationButton.tsx | 2 +- app/ui/AddMonthButton.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ui/AddLocationButton.tsx b/app/ui/AddLocationButton.tsx index 06b73e2..70d9a82 100644 --- a/app/ui/AddLocationButton.tsx +++ b/app/ui/AddLocationButton.tsx @@ -21,7 +21,7 @@ export const AddLocationButton:React.FC = ({yearMonth}) - {t("tooltip")} + {t("tooltip")} diff --git a/app/ui/AddMonthButton.tsx b/app/ui/AddMonthButton.tsx index 001951a..74d84b1 100644 --- a/app/ui/AddMonthButton.tsx +++ b/app/ui/AddMonthButton.tsx @@ -22,7 +22,7 @@ export const AddMonthButton:React.FC = ({ yearMonth }) => { - {t("tooltip")} + {t("tooltip")} From 44ddca4c887f888ada28611b73653af7fc33f945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Sat, 17 Feb 2024 10:56:17 +0100 Subject: [PATCH 2/2] updated version 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 1d34564..b199aee 100644 --- a/docker-compose-deploy.yml +++ b/docker-compose-deploy.yml @@ -9,7 +9,7 @@ networks: services: web-app: - image: utility-bills-tracker:1.25.6 + image: utility-bills-tracker:1.25.7 networks: - traefik-network - mongo-network