From 3e9c55d551b72505e02f358778941ff02b736d62 Mon Sep 17 00:00:00 2001 From: Daniil Demidovich Date: Sun, 29 Sep 2024 15:24:56 +0200 Subject: [PATCH] Fix css --- apps/web/src/screens/main/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/screens/main/index.tsx b/apps/web/src/screens/main/index.tsx index 8c7e01b..65cd0d8 100644 --- a/apps/web/src/screens/main/index.tsx +++ b/apps/web/src/screens/main/index.tsx @@ -51,7 +51,7 @@ export const MainPage = (props: Props) => { {data && ( - + {data.total >= data.goal ? ( <>Goal: done! (${data.total}) ) : (