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")} 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