From 23bc9c1c7ea49b1f8b0d8b1405394a15b7ba28ba Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Fri, 13 Oct 2023 14:46:51 +0300 Subject: [PATCH] use flexWrap=wrap in dashboard --- src/pages/Dashboard/Dashboard.tsx | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/pages/Dashboard/Dashboard.tsx b/src/pages/Dashboard/Dashboard.tsx index 608a23cf..7d26f157 100644 --- a/src/pages/Dashboard/Dashboard.tsx +++ b/src/pages/Dashboard/Dashboard.tsx @@ -17,18 +17,18 @@ import MemoryCard from './MemoryCard/MemoryCard' const Dashboard = () => { return ( - + - - + + @@ -36,20 +36,20 @@ const Dashboard = () => { - - - + + + - - + + - + { - ) } -export default Dashboard +export default Dashboard; \ No newline at end of file