From ebe88e4292849ba02c5cb5cc9ddb66b3c8f82482 Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Wed, 25 Dec 2024 06:31:33 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20style:=20change=20the=20card=20styl?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/features/ToolCard.tsx | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/components/features/ToolCard.tsx b/src/components/features/ToolCard.tsx index 53c1eb9b..61d6f987 100644 --- a/src/components/features/ToolCard.tsx +++ b/src/components/features/ToolCard.tsx @@ -13,20 +13,23 @@ export function ToolCard({ name, description, category, command }: ToolCardProps -
- -

{name}

+
+
+ +
+

{name}

-

{description}

+

{description}

{category} - {command} + {command}
); -} \ No newline at end of file +}