diff options
| author | Adam <[email protected]> | 2025-12-10 06:26:24 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-10 15:17:02 -0600 |
| commit | 6866a060bc48031ecc3b0f7c1c1e99f6961a4cb1 (patch) | |
| tree | e531125deb8ec5134f8fbbaad6b87ddf2ad1a2b7 /packages/desktop/src/components | |
| parent | a4ec619c74318c499c61c3198a3f82e9262cc7e5 (diff) | |
| download | opencode-6866a060bc48031ecc3b0f7c1c1e99f6961a4cb1.tar.gz opencode-6866a060bc48031ecc3b0f7c1c1e99f6961a4cb1.zip | |
wip(desktop): progress
Diffstat (limited to 'packages/desktop/src/components')
| -rw-r--r-- | packages/desktop/src/components/prompt-input.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/src/components/prompt-input.tsx b/packages/desktop/src/components/prompt-input.tsx index 6590b6d18..824d3da12 100644 --- a/packages/desktop/src/components/prompt-input.tsx +++ b/packages/desktop/src/components/prompt-input.tsx @@ -488,7 +488,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => { {(i) => ( <div class="w-full flex items-center justify-between gap-x-3"> <div class="flex items-center gap-x-2.5 text-text-muted grow min-w-0"> - <ProviderIcon name={i.provider.id as IconName} class="size-6 p-0.5 shrink-0" /> + {/* <ProviderIcon name={i.provider.id as IconName} class="size-6 p-0.5 shrink-0" /> */} <div class="flex gap-x-3 items-baseline flex-[1_0_0]"> <span class="text-14-medium text-text-strong overflow-hidden text-ellipsis">{i.name}</span> <Show when={false}> |
