Skip to content

Commit 56a97a0

Browse files
committed
Fix meta tags
1 parent 0fd6b7d commit 56a97a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1967,8 +1967,8 @@ export default function Home(): React.ReactElement {
19671967
const { siteConfig } = useDocusaurusContext();
19681968
return (
19691969
<Layout
1970-
title={`Hello from ${siteConfig.title}`}
1971-
description="Description will go into a meta tag in <head />"
1970+
title={siteConfig.title}
1971+
description="A high-throughput protocol for Cardano"
19721972
>
19731973
<HomepageHeader />
19741974
<main>

0 commit comments

Comments
 (0)