Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrsn committed May 19, 2023
1 parent 192c5a0 commit 4921411
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ function HomepageHeader() {
export default function Home() {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description={`${siteConfig.tagLine}`}
>
<Layout title={siteConfig.title} description={siteConfig.tagLine}>
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 4921411

Please sign in to comment.