Skip to content

Commit 22206c1

Browse files
committed
Add Continue.dev logo
Signed-off-by: Trung Nguyen <[email protected]>
1 parent 9e0f0b6 commit 22206c1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 5 additions & 0 deletions
Loading

src/extension/ui/src/components/tabs/YourClients.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import ClaudeIcon from '../../assets/claude-ai-icon.svg';
2424
import CursorIcon from '../../assets/cursor.svg';
2525
import GordonIcon from '../../assets/gordon-icon.png';
2626
import WindsurfIcon from '../../assets/windsurf.svg';
27+
import ContinueIcon from '../../assets/continue.svg';
2728
import { CATALOG_LAYOUT_SX, DOCKER_MCP_COMMAND } from '../../Constants';
2829

2930
// Initialize the Docker Desktop client
@@ -38,6 +39,7 @@ const iconMap = {
3839
Gordon: GordonIcon,
3940
Cursor: CursorIcon,
4041
Windsurf: WindsurfIcon,
42+
'Continue.dev': ContinueIcon,
4143
};
4244

4345
const MCPClientSettings = ({ appProps }: MCPClientSettingsProps) => {

0 commit comments

Comments
 (0)