From 51cde09845c592f80f6000a10ae81eb89c56acde Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Mon, 7 Oct 2024 17:25:40 -0700 Subject: [PATCH] css --- client/src/App.tsx | 2 +- client/src/components/PromptsTab.tsx | 1 - client/src/components/ToolsTabs.tsx | 0 client/src/index.css | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 client/src/components/ToolsTabs.tsx diff --git a/client/src/App.tsx b/client/src/App.tsx index 7a506b9..f89c8e8 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -94,7 +94,7 @@ const App = () => {

MCP Inspector

- + diff --git a/client/src/components/PromptsTab.tsx b/client/src/components/PromptsTab.tsx index fd25634..c2b53a6 100644 --- a/client/src/components/PromptsTab.tsx +++ b/client/src/components/PromptsTab.tsx @@ -27,7 +27,6 @@ const PromptsTab = ({ promptContent: string; error: string | null; }) => { - console.log("prompts", prompts); return (
diff --git a/client/src/components/ToolsTabs.tsx b/client/src/components/ToolsTabs.tsx new file mode 100644 index 0000000..e69de29 diff --git a/client/src/index.css b/client/src/index.css index 5dd6636..9983868 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -28,7 +28,6 @@ a:hover { body { margin: 0; - display: flex; place-items: center; min-width: 320px; min-height: 100vh;