From c021ae19e7e4f1d9b4344f104a4d716d6c6cd32c Mon Sep 17 00:00:00 2001 From: moolcoov Date: Sat, 1 Mar 2025 23:26:43 +0300 Subject: [PATCH 1/2] fix: signup screen --- services/frontend/src/components/ui/icons/datarush.tsx | 9 ++++++++- services/frontend/src/pages/Login/index.tsx | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/services/frontend/src/components/ui/icons/datarush.tsx b/services/frontend/src/components/ui/icons/datarush.tsx index ecc1627..0cebbe9 100644 --- a/services/frontend/src/components/ui/icons/datarush.tsx +++ b/services/frontend/src/components/ui/icons/datarush.tsx @@ -1,10 +1,17 @@ -const DataRush = ({ size = 52 }: { size?: number }) => { +const DataRush = ({ + size = 52, + className, +}: { + size?: number; + className?: string; +}) => { return ( { }, []); return ( -
- +
+

Добро пожаловать! From 62e44aba4cb495162cb3a22bc2c0f200adc46242 Mon Sep 17 00:00:00 2001 From: moolcoov Date: Sat, 1 Mar 2025 23:30:44 +0300 Subject: [PATCH 2/2] fix: spacing --- services/frontend/src/widgets/navbar-layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/frontend/src/widgets/navbar-layout.tsx b/services/frontend/src/widgets/navbar-layout.tsx index a8cd738..24c1bfe 100644 --- a/services/frontend/src/widgets/navbar-layout.tsx +++ b/services/frontend/src/widgets/navbar-layout.tsx @@ -6,7 +6,7 @@ const NavbarLayout = () => { <>
-
+