feat: adjust layout and rewording

This commit is contained in:
Li Xin 2025-04-24 16:34:52 +08:00
parent e5c4403d1e
commit c7c9db1dbc

View File

@ -124,17 +124,16 @@ export function AddMCPServerDialog({
return (
<Dialog open={open} onOpenChange={setOpen}>
<DialogTrigger asChild>
<Button size="sm">Add New Server</Button>
<Button size="sm">Add Servers</Button>
</DialogTrigger>
<DialogContent className="sm:max-w-[560px]">
<DialogHeader>
<DialogTitle>Add New MCP Server</DialogTitle>
<DialogTitle>Add New MCP Servers</DialogTitle>
</DialogHeader>
<DialogDescription>
DeerFlow uses the standard JSON MCP config to create a new server.
<br />
Paste your config below and click &quot;Add&quot; to create a new
server.
Paste your config below and click &quot;Add&quot; to add new servers.
</DialogDescription>
<main>