From f8133f025f3ba7f5756bb81a4a08f5784c2b47c1 Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Tue, 25 Feb 2025 13:47:53 +0000 Subject: [PATCH] chore: style --- src/pages/tools-by-category/index.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/pages/tools-by-category/index.tsx b/src/pages/tools-by-category/index.tsx index 1201533..d9f1a8c 100644 --- a/src/pages/tools-by-category/index.tsx +++ b/src/pages/tools-by-category/index.tsx @@ -46,6 +46,7 @@ export default function Home() { }} onClick={() => navigate('/' + tool.path)} direction={'row'} + alignItems={'center'} spacing={2} padding={2} border={`1px solid ${theme.palette.background.default}`} @@ -53,11 +54,13 @@ export default function Home() { > - {tool.name} + + {tool.name} + {tool.shortDescription}