From 0508a93b90d7d31da49e91031c6ca96c9412d62e Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Thu, 19 Oct 2023 18:21:20 +0300 Subject: [PATCH] fix bottom row of dashboard --- src/pages/Dashboard/DashboardContent.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/pages/Dashboard/DashboardContent.tsx b/src/pages/Dashboard/DashboardContent.tsx index 41b27008..67336fd2 100644 --- a/src/pages/Dashboard/DashboardContent.tsx +++ b/src/pages/Dashboard/DashboardContent.tsx @@ -55,15 +55,21 @@ const DashboardContent = () => { - - + + - + @@ -76,7 +82,7 @@ const DashboardContent = () => { /> - + ) }