From c021ae19e7e4f1d9b4344f104a4d716d6c6cd32c Mon Sep 17 00:00:00 2001 From: moolcoov Date: Sat, 1 Mar 2025 23:26:43 +0300 Subject: [PATCH] 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 ( -
- +
+

Добро пожаловать!