File tree Expand file tree Collapse file tree 4 files changed +1
-3
lines changed Expand file tree Collapse file tree 4 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ const App = () => {
94
94
< div className = "flex-1 flex flex-col overflow-hidden" >
95
95
< h1 className = "text-2xl font-bold p-4" > MCP Inspector</ h1 >
96
96
< div className = "flex-1 overflow-auto" >
97
- < Tabs defaultValue = "requests" className = "w-full" >
97
+ < Tabs defaultValue = "requests" className = "w-full p-4 " >
98
98
< TabsList className = "mb-4" >
99
99
< TabsTrigger value = "requests" >
100
100
< Send className = "w-4 h-4 mr-2" />
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ const PromptsTab = ({
27
27
promptContent : string ;
28
28
error : string | null ;
29
29
} ) => {
30
- console . log ( "prompts" , prompts ) ;
31
30
return (
32
31
< TabsContent value = "prompts" className = "grid grid-cols-2 gap-4" >
33
32
< div className = "bg-white rounded-lg shadow" >
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ a:hover {
28
28
29
29
body {
30
30
margin : 0 ;
31
- display : flex;
32
31
place-items : center;
33
32
min-width : 320px ;
34
33
min-height : 100vh ;
You can’t perform that action at this time.
0 commit comments