diff --git a/src/app/devtools/page.tsx b/src/app/devtools/page.tsx index b2a20bf..ce1c773 100644 --- a/src/app/devtools/page.tsx +++ b/src/app/devtools/page.tsx @@ -43,7 +43,7 @@ export default function DevTools() { -
+
{filteredTools.map((tool, index) => ( ))} diff --git a/src/components/Card.tsx b/src/components/Card.tsx index 6e458cb..4d8b948 100644 --- a/src/components/Card.tsx +++ b/src/components/Card.tsx @@ -40,23 +40,23 @@ const Card: FC = ({ item, key }) => { className="dark:bg-gray-900 group bg-gray-200 rounded-lg shadow-lg transition duration-300 hover:shadow-xl min-w-full toolsInnerCard" >
-
-
- {item.name -
-

- {item.name ?? item.title} -

-

- {item.description} -

-
+
+
+ {item.name +
+

+ {item.name ?? item.title} +

+

+ {item.description} +

+