Skip to content

Commit a507baf

Browse files
committed
Remove big header in main pane
1 parent 93b1ec4 commit a507baf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ const App = () => {
355355
onConnect={connectMcpServer}
356356
/>
357357
<div className="flex-1 flex flex-col overflow-hidden">
358-
<h1 className="text-2xl font-bold p-4">MCP Inspector</h1>
359358
<div className="flex-1 overflow-auto flex">
360359
<div className="flex-1">
361360
{mcpClient ? (

0 commit comments

Comments
 (0)