From 141a3a96f9fdcab44546c3a1ab7e2c649790a0af Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Fri, 13 Oct 2023 12:53:40 +0300 Subject: [PATCH] clear width from dashboard components --- src/pages/Dashboard/Dashboard.tsx | 84 +++++++++++++++---------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/src/pages/Dashboard/Dashboard.tsx b/src/pages/Dashboard/Dashboard.tsx index fd24ef93..608a23cf 100644 --- a/src/pages/Dashboard/Dashboard.tsx +++ b/src/pages/Dashboard/Dashboard.tsx @@ -17,52 +17,52 @@ import MemoryCard from './MemoryCard/MemoryCard' const Dashboard = () => { return ( - - + + - - - - - - + + + + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + - - - ) }