Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions apps/web/src/components/browser/BrowserPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1524,8 +1524,9 @@ export function AgentApprovalLine({
data-testid="browser-approval-bar"
>
<span className="size-1.5 shrink-0 animate-pulse rounded-full bg-amber-500" />
<span className="min-w-0 shrink truncate text-foreground">{subject}</span>
<span className="min-w-0 truncate">wants to visit {host}</span>
<span className="min-w-0 truncate">
<span className="text-foreground">{subject}</span> wants to visit {host}
</span>
<button
type="button"
data-testid="browser-approval-allow"
Expand Down
Loading