diff --git a/app/ui/AddMonthButton.tsx b/app/ui/AddMonthButton.tsx index b6e5f20..7616b71 100644 --- a/app/ui/AddMonthButton.tsx +++ b/app/ui/AddMonthButton.tsx @@ -9,7 +9,7 @@ export interface AddMonthButtonProps { } export const AddMonthButton:React.FC = ({ yearMonth }) => -
+
diff --git a/app/ui/Main.tsx b/app/ui/Main.tsx index 3e60430..41b9637 100644 --- a/app/ui/Main.tsx +++ b/app/ui/Main.tsx @@ -9,7 +9,7 @@ export interface MainProps { export const Main:FC = ({ children }) =>
-
+
{children}
diff --git a/app/ui/MonthCard.tsx b/app/ui/MonthCard.tsx index e9fea4e..09af29f 100644 --- a/app/ui/MonthCard.tsx +++ b/app/ui/MonthCard.tsx @@ -30,9 +30,9 @@ export const MonthCard:FC = ({ yearMonth, children, monthlyExpen }, [expanded]); return( -
+
-
+
{`${formatYearMonth(yearMonth)}`} { monthlyExpense>0 ? diff --git a/docker-compose-deploy.yml b/docker-compose-deploy.yml index a4c6a9e..119ea5a 100644 --- a/docker-compose-deploy.yml +++ b/docker-compose-deploy.yml @@ -9,7 +9,7 @@ networks: services: web-app: - image: utility-bills-tracker:1.11.0 + image: utility-bills-tracker:1.12.0 networks: - traefik-network - mongo-network