Skip to content

Commit 259a80c

Browse files
committed
fix: fix devcontainer port button
1 parent fe733af commit 259a80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/resources/AgentDevcontainerCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const AgentDevcontainerCard: FC<AgentDevcontainerCardProps> = ({
8888
return (
8989
<TooltipProvider key={portLabel}>
9090
<Tooltip>
91-
<TooltipTrigger>
91+
<TooltipTrigger asChild>
9292
<AgentButton disabled={!hasHostBind} asChild>
9393
<a href={linkDest}>
9494
<ExternalLinkIcon />

0 commit comments

Comments
 (0)