Skip to content

Commit d8f2c07

Browse files
committed
feat: update title
1 parent 8280e03 commit d8f2c07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export default function Home(): ReactNode {
2626
const {siteConfig} = useDocusaurusContext();
2727
return (
2828
<Layout
29-
title={`Hello from ${siteConfig.title}`}
30-
description="Description will go into a meta tag in <head />">
29+
title={`${siteConfig.title}`}
30+
description="Mintlayer documentation portal">
3131
<HomepageHeader />
3232
<main>
3333
<HomepageFeatures />

0 commit comments

Comments
 (0)