Skip to content

Commit 6294430

Browse files
scalvertclaude
andcommitted
fix: Format McpInstallNavbarItem.js with Prettier
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b6e8f9a commit 6294430

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

examples/basic-docs/src/theme/NavbarItem/McpInstallNavbarItem.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,5 @@ import React from 'react';
22
import { McpInstallButton } from 'docusaurus-plugin-mcp-server/theme';
33

44
export default function McpInstallNavbarItem() {
5-
return (
6-
<McpInstallButton
7-
serverUrl="https://example.com/mcp"
8-
serverName="example-docs"
9-
/>
10-
);
5+
return <McpInstallButton serverUrl="https://example.com/mcp" serverName="example-docs" />;
116
}

0 commit comments

Comments
 (0)