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 +}