Skip to content

Commit 60d9100

Browse files
committed
Update ConnectButton.tsx
1 parent 567154c commit 60d9100

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ControlPlanes/ConnectButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export default function ConnectButton(props: Props) {
5151
if (contexts.length === 1) {
5252
return (
5353
<Button
54+
icon={'disconnected'}
5455
disabled={props.disabled}
5556
onClick={() =>
5657
navigate(

0 commit comments

Comments
 (0)