Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.

Commit 58ac665

Browse files
authored
feat: improve design
1 parent 4f766ed commit 58ac665

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/ui/src/features/mcp-servers/components/parts/MarketplaceView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ export function MarketplaceView({
7373
<Flex direction="column" gap="1" className="min-w-0">
7474
<Heading className="font-bold text-2xl">Marketplace</Heading>
7575
<Text color="gray" className="text-sm">
76-
Browse and connect MCP servers that extend your agent with tools,
77-
data and integrations.
76+
Connect MCP servers to make them available to in PostHog on desktop
77+
and in the cloud.
7878
</Text>
7979
</Flex>
8080
<Button variant="solid" size="2" onClick={onAddCustom}>

packages/ui/src/features/mcp-servers/components/parts/ServerCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ export function ServerCard({
3232
onClick={onOpen}
3333
className="flex w-full flex-col gap-3 rounded-md p-4 text-left"
3434
>
35-
<Flex align="start" gap="3" width="100%">
35+
<Flex align="center" gap="3" width="100%">
3636
<ServerIcon
3737
iconDomain={server.icon_domain}
3838
serverUrl={server.url}
39-
size={40}
39+
size={36}
4040
/>
4141
<Flex direction="column" gap="1" className="min-w-0 flex-1">
4242
<Flex align="center" gap="2">

0 commit comments

Comments
 (0)