mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-12 19:55:19 +02:00
make the card open by default
This commit is contained in:
parent
3572450e0e
commit
9da91bc6f3
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ export function WebSearchResult({ query, results, status }: WebSearchResultProps
|
|||
const isRunning = status === "pending" || status === "running";
|
||||
|
||||
return (
|
||||
<Collapsible className="not-prose mb-4 w-full rounded-md border">
|
||||
<Collapsible defaultOpen className="not-prose mb-4 w-full rounded-md border">
|
||||
<CollapsibleTrigger className="flex w-full items-center justify-between gap-4 p-3">
|
||||
<div className="flex items-center gap-2">
|
||||
<GlobeIcon className="size-4 text-muted-foreground" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue