css
This commit is contained in:
@@ -94,7 +94,7 @@ const App = () => {
|
||||
<div className="flex-1 flex flex-col overflow-hidden">
|
||||
<h1 className="text-2xl font-bold p-4">MCP Inspector</h1>
|
||||
<div className="flex-1 overflow-auto">
|
||||
<Tabs defaultValue="requests" className="w-full">
|
||||
<Tabs defaultValue="requests" className="w-full p-4">
|
||||
<TabsList className="mb-4">
|
||||
<TabsTrigger value="requests">
|
||||
<Send className="w-4 h-4 mr-2" />
|
||||
|
||||
@@ -27,7 +27,6 @@ const PromptsTab = ({
|
||||
promptContent: string;
|
||||
error: string | null;
|
||||
}) => {
|
||||
console.log("prompts", prompts);
|
||||
return (
|
||||
<TabsContent value="prompts" className="grid grid-cols-2 gap-4">
|
||||
<div className="bg-white rounded-lg shadow">
|
||||
|
||||
0
client/src/components/ToolsTabs.tsx
Normal file
0
client/src/components/ToolsTabs.tsx
Normal file
@@ -28,7 +28,6 @@ a:hover {
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
place-items: center;
|
||||
min-width: 320px;
|
||||
min-height: 100vh;
|
||||
|
||||
Reference in New Issue
Block a user