mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-24 19:17:14 +00:00
perf: remove title from mcp mgm page
This commit is contained in:
@@ -161,9 +161,6 @@ export default function MCPMarketComponent({
|
|||||||
<div className={`${styles.marketComponentBody}`}>
|
<div className={`${styles.marketComponentBody}`}>
|
||||||
{/* 已安装的服务器列表 */}
|
{/* 已安装的服务器列表 */}
|
||||||
<div className="mb-6">
|
<div className="mb-6">
|
||||||
<h2 className="text-xl font-semibold mb-4 pl-[0.8rem] pt-4">
|
|
||||||
{t('mcp.title')}
|
|
||||||
</h2>
|
|
||||||
<div className={`${styles.pluginListContainer}`}>
|
<div className={`${styles.pluginListContainer}`}>
|
||||||
{loading ? (
|
{loading ? (
|
||||||
<div style={{ textAlign: 'center', padding: '20px' }}>
|
<div style={{ textAlign: 'center', padding: '20px' }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user