Skip to content

Commit ceb4480

Browse files
committed
change h1
1 parent c18af70 commit ceb4480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/mcp/ui/src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import ClientComponent from './clientComponent';
33
const HomePage = async () => {
44
return (
55
<div>
6-
<h1>Home Page (Server Side)</h1>
6+
<h1>Defang MCP Application</h1>
77
<ClientComponent />
88
</div>
99
);
1010
};
1111

12-
export default HomePage;
12+
export default HomePage;

0 commit comments

Comments
 (0)