From 4c91069479a8dfd48e2acbc0287458f19b83db36 Mon Sep 17 00:00:00 2001 From: Jake Howell Date: Fri, 22 May 2026 00:21:26 +1000 Subject: [PATCH] fix: append `asChild` to `` (#25547) This pull-request resolves a stupid issue wherein the `` would wrap into an `` causing two hit targets. This now is a single one and inline with the Figma Coder Kit after the parent merges onto the child. | Old | New | | --- | --- | | preview-broken-button | image | --- site/src/modules/resources/AgentApps/AgentApps.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/modules/resources/AgentApps/AgentApps.tsx b/site/src/modules/resources/AgentApps/AgentApps.tsx index c4d128ab91..648e8d2a87 100644 --- a/site/src/modules/resources/AgentApps/AgentApps.tsx +++ b/site/src/modules/resources/AgentApps/AgentApps.tsx @@ -35,7 +35,7 @@ export const AgentApps: FC = ({ {section.apps.map((app) => ( - + ))}