Skip to content

Commit

Permalink
Improve title of home page
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Aug 15, 2024
1 parent 2d359e3 commit 992bf78
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,8 @@ function HomepageHeader() {
}

export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={siteConfig.title}
description="Implementation-First GraphQL for TypeScript"
>
<Layout description="Implementation-First GraphQL for TypeScript">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 992bf78

Please sign in to comment.