Skip to content

Commit 51cde09

Browse files
committed
css
1 parent 0a7f5f9 commit 51cde09

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

client/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const App = () => {
9494
<div className="flex-1 flex flex-col overflow-hidden">
9595
<h1 className="text-2xl font-bold p-4">MCP Inspector</h1>
9696
<div className="flex-1 overflow-auto">
97-
<Tabs defaultValue="requests" className="w-full">
97+
<Tabs defaultValue="requests" className="w-full p-4">
9898
<TabsList className="mb-4">
9999
<TabsTrigger value="requests">
100100
<Send className="w-4 h-4 mr-2" />

client/src/components/PromptsTab.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const PromptsTab = ({
2727
promptContent: string;
2828
error: string | null;
2929
}) => {
30-
console.log("prompts", prompts);
3130
return (
3231
<TabsContent value="prompts" className="grid grid-cols-2 gap-4">
3332
<div className="bg-white rounded-lg shadow">

client/src/components/ToolsTabs.tsx

Whitespace-only changes.

client/src/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ a:hover {
2828

2929
body {
3030
margin: 0;
31-
display: flex;
3231
place-items: center;
3332
min-width: 320px;
3433
min-height: 100vh;

0 commit comments

Comments
 (0)