Skip to content

Commit f768362

Browse files
committed
make test page the new homepage
1 parent 1da4de6 commit f768362

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/helloReact.js renamed to src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,9 +622,9 @@ const HelloContent = () => {
622622
);
623623
};
624624

625-
export default function Hello() {
625+
export default function Home() {
626626
return (
627-
<Layout title="Hello" description="Hello React Page">
627+
<Layout title="ClickHouse Docs" description="ClickHouse Documentation - The fastest and most resource efficient real-time data warehouse">
628628
<HelloContent />
629629
</Layout>
630630
);
File renamed without changes.

0 commit comments

Comments
 (0)