adapt title

This commit is contained in:
Simon Knott
2025-03-28 09:45:17 +01:00
parent 353d6b549b
commit da0c855ef5

View File

@@ -290,7 +290,7 @@ const Sidebar = ({
{connectionStatus === "connected" ? ( {connectionStatus === "connected" ? (
<> <>
<RotateCcw className="w-4 h-4 mr-2" /> <RotateCcw className="w-4 h-4 mr-2" />
Restart {transportType === 'stdio' ? 'Restart' : 'Reconnect'}
</> </>
) : ( ) : (
<> <>