We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent debb003 commit e69bfc5Copy full SHA for e69bfc5
client/src/components/Sidebar.tsx
@@ -398,7 +398,7 @@ const Sidebar = ({
398
<div className="space-y-2">
399
{connectionStatus === "connected" && (
400
<div className="grid grid-cols-2 gap-4">
401
- <Button data-testid="connect-button" onClick={onConnect}>
+ <Button data-testid="connect-button" onClick={onConnect}>
402
<RotateCcw className="w-4 h-4 mr-2" />
403
{transportType === "stdio" ? "Restart" : "Reconnect"}
404
</Button>
0 commit comments