diff --git a/src/App.tsx b/src/App.tsx index 498b29568..789adf68a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -696,7 +696,7 @@ function App() { } >
diff --git a/src/components/agents/AgentsPanel.tsx b/src/components/agents/AgentsPanel.tsx index 7f53f40f9..8cf4e41ae 100644 --- a/src/components/agents/AgentsPanel.tsx +++ b/src/components/agents/AgentsPanel.tsx @@ -6,7 +6,7 @@ interface AgentsPanelProps { export function AgentsPanel({}: AgentsPanelProps) { return ( -
+
diff --git a/src/components/mcp/UnifiedMcpPanel.tsx b/src/components/mcp/UnifiedMcpPanel.tsx index ba2939164..19bf6e292 100644 --- a/src/components/mcp/UnifiedMcpPanel.tsx +++ b/src/components/mcp/UnifiedMcpPanel.tsx @@ -142,7 +142,7 @@ const UnifiedMcpPanel = React.forwardRef< }; return ( -
+
{/* Info Section */}
diff --git a/src/components/prompts/PromptPanel.tsx b/src/components/prompts/PromptPanel.tsx index d05f97390..aaaf67316 100644 --- a/src/components/prompts/PromptPanel.tsx +++ b/src/components/prompts/PromptPanel.tsx @@ -96,7 +96,7 @@ const PromptPanel = React.forwardRef( const enabledPrompt = promptEntries.find(([_, p]) => p.enabled); return ( -
+
{t("prompts.count", { count: promptEntries.length })} ยท{" "} diff --git a/src/components/skills/UnifiedSkillsPanel.tsx b/src/components/skills/UnifiedSkillsPanel.tsx index 18dd8f388..5c6e6e79e 100644 --- a/src/components/skills/UnifiedSkillsPanel.tsx +++ b/src/components/skills/UnifiedSkillsPanel.tsx @@ -133,7 +133,7 @@ const UnifiedSkillsPanel = React.forwardRef< })); return ( -
+
{/* Info Section */}