From ec9e9638f5d3edd4018087ff94c5ffa208d7cd13 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Mon, 20 May 2024 03:55:58 -0700 Subject: [PATCH] more gap between resources on dashboard --- frontend/src/pages/home/dashboard.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/src/pages/home/dashboard.tsx b/frontend/src/pages/home/dashboard.tsx index f87d19964..420d5d20e 100644 --- a/frontend/src/pages/home/dashboard.tsx +++ b/frontend/src/pages/home/dashboard.tsx @@ -19,11 +19,13 @@ export const Dashboard = () => {
}> - - - - - +
+ + + + + +
);