Skip to content

Commit

Permalink
Update APIKeyManager.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aiproductguy authored Dec 20, 2024
1 parent 4b5e49b commit f8b2c48
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions app/components/chat/APIKeyManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,19 @@ export const APIKeyManager: React.FC<APIKeyManagerProps> = ({ provider, apiKey,
</IconButton>
<div className="flex items-center gap-2">
<div className="i-ph:hash text-sm" />
<input
type="text"
placeholder="NameTag"
className="px-1.5 py-0.5 text-xs rounded border border-bolt-elements-borderColor bg-bolt-elements-prompt-background text-bolt-elements-textPrimary focus:outline-none focus:ring-1 focus:ring-bolt-elements-focus w-16"
/>
<div className="i-ph:slashes text-sm" />
<input
type="text"
placeholder="Space"
className="px-1.5 py-0.5 text-xs rounded border border-bolt-elements-borderColor bg-bolt-elements-prompt-background text-bolt-elements-textPrimary focus:outline-none focus:ring-1 focus:ring-bolt-elements-focus w-14"
/>
<div className="flex items-center">
<input
type="text"
placeholder="NameTag"
className="px-1.5 py-0.5 text-xs rounded-l border border-r-0 border-bolt-elements-borderColor bg-bolt-elements-prompt-background text-bolt-elements-textPrimary focus:outline-none focus:ring-1 focus:ring-bolt-elements-focus w-20"
/>
<span className="px-0.5 border-y border-bolt-elements-borderColor bg-bolt-elements-prompt-background text-bolt-elements-textSecondary text-xs">/</span>
<input
type="text"
placeholder="Space"
className="px-1.5 py-0.5 text-xs rounded-r border border-l-0 border-bolt-elements-borderColor bg-bolt-elements-prompt-background text-bolt-elements-textPrimary focus:outline-none focus:ring-1 focus:ring-bolt-elements-focus w-14"
/>
</div>
</div>
</>
)}
Expand Down

0 comments on commit f8b2c48

Please sign in to comment.