chore(desktop): remove coming soon label from remote agent button

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jiang Bohan 2026-02-05 04:01:30 +08:00
parent 71cc8aee40
commit fc6c3e30b3

View file

@ -357,11 +357,9 @@ export default function HomePage() {
variant="ghost" variant="ghost"
size="sm" size="sm"
className="text-muted-foreground gap-1.5" className="text-muted-foreground gap-1.5"
disabled
> >
<HugeiconsIcon icon={LinkSquare01Icon} className="size-4" /> <HugeiconsIcon icon={LinkSquare01Icon} className="size-4" />
Connect to Remote Agent Connect to Remote Agent
<span className="text-xs opacity-60">(Coming soon)</span>
</Button> </Button>
</div> </div>
</div> </div>