Skip to content

Commit 610218c

Browse files
committed
update landing page title
1 parent 3ca3a15 commit 610218c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default function Home() {
3232
const {siteConfig} = useDocusaurusContext();
3333
return (
3434
<Layout
35-
title={`Hello from ${siteConfig.title}`}
35+
title={`${siteConfig.title}`}
3636
description="Description will go into a meta tag in <head />">
3737
<HomepageHeader />
3838
<main>

0 commit comments

Comments
 (0)