Skip to content

Commit

Permalink
Fixed title
Browse files Browse the repository at this point in the history
  • Loading branch information
vishr committed Jul 9, 2023
1 parent 7fa378a commit 695dbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`${siteConfig.title} - ${siteConfig.tagline}`}
title={`${siteConfig.tagline}`}
description={description}>
<HomepageHeader />
<main>
Expand Down

0 comments on commit 695dbe0

Please sign in to comment.