Skip to content

Commit aae8f15

Browse files
committed
Update website title
1 parent 1c87e27 commit aae8f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function Home(): ReactNode {
3939
const {siteConfig} = useDocusaurusContext();
4040
return (
4141
<Layout
42-
title={`Hello from ${siteConfig.title}`}
42+
title={`${siteConfig.title}`}
4343
description="Description will go into a meta tag in <head />">
4444
<HomepageHeader />
4545
<main>

0 commit comments

Comments
 (0)