fix: logo size

This commit is contained in:
amhsirak
2026-01-20 16:48:33 +05:30
parent d09d12b562
commit 2281df31c7

View File

@@ -801,27 +801,27 @@ export const RobotIntegrationPage = ({
MCP MCP
</Button> </Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}> <Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/langchain.svg" alt="MCP" style={{ margin: "6px" }} /> <img src="/svg/langchain.svg" alt="MCP" style={{ margin: "6px" }} height={100} width={100} />
LangChain LangChain
</Button> </Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}> <Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/langchain.svg" alt="MCP" style={{ margin: "6px" }} /> <img src="/svg/langchain.svg" alt="MCP" style={{ margin: "6px" }} height={100} width={100} />
LangGraph LangGraph
</Button> </Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}> <Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/vercel.svg" alt="MCP" style={{ margin: "6px" }} height={150} width={150} /> <img src="/svg/vercel.svg" alt="MCP" style={{ margin: "6px" }} height={100} width={100} />
Vercel AI SDK Vercel AI SDK
</Button> </Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}> <Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/openai.svg" alt="MCP" style={{ margin: "6px" }} height={150} width={150} /> <img src="/svg/openai.svg" alt="MCP" style={{ margin: "6px" }} height={100} width={100} />
Open AI SDK Open AI SDK
</Button> </Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}> <Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/mastra.svg" alt="MCP" style={{ margin: "6px" }} height={150} width={150} /> <img src="/svg/mastra.svg" alt="MCP" style={{ margin: "6px" }} height={100} width={100} />
Mastra Mastra
</Button> </Button>
<Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}> <Button variant="outlined" onClick={() => { window.open("https://docs.maxun.dev/mcp/setup", "_blank", "noopener,noreferrer"); }} style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}>
<img src="/svg/llamaindex.svg" alt="MCP" style={{ margin: "6px" }} height={150} width={150} /> <img src="/svg/llamaindex.svg" alt="MCP" style={{ margin: "6px" }} height={100} width={100} />
LlamaIndex LlamaIndex
</Button> </Button>
</div> </div>