From 47b1276f48bf32a0256d3efd891a44d9a4d8315b Mon Sep 17 00:00:00 2001 From: Mutesasira Moses Date: Thu, 3 Aug 2023 18:31:14 +0100 Subject: [PATCH] make tile clicakble --- frontend/src/components/home/Dashboard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/home/Dashboard.tsx b/frontend/src/components/home/Dashboard.tsx index 9630a5705..6d486fd43 100644 --- a/frontend/src/components/home/Dashboard.tsx +++ b/frontend/src/components/home/Dashboard.tsx @@ -27,7 +27,7 @@ const HomeDashBoard: React.FC = () => { <>
{tilesData.map((tile, index) => ( - +

{tile.title}

{tile.subtitle}

{tile.value}

@@ -38,7 +38,7 @@ const HomeDashBoard: React.FC = () => { />
- + ))}