Clean up toasts

This commit is contained in:
Owen
2026-05-15 15:01:37 -07:00
parent 75b5afd544
commit 82112abc34
3 changed files with 8 additions and 19 deletions

View File

@@ -250,7 +250,7 @@ export default function SshClient({
disabled={connecting || !form.username}
className="w-full"
>
{connecting ? "Connecting" : "Connect"}
{connecting ? "Connecting..." : "Connect"}
</Button>
</div>
</div>