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 567154c commit 60d9100Copy full SHA for 60d9100
src/components/ControlPlanes/ConnectButton.tsx
@@ -51,6 +51,7 @@ export default function ConnectButton(props: Props) {
51
if (contexts.length === 1) {
52
return (
53
<Button
54
+ icon={'disconnected'}
55
disabled={props.disabled}
56
onClick={() =>
57
navigate(
0 commit comments