Skip to content

Commit

Permalink
Merge pull request #46 from thadguidry/fix-dupe-title
Browse files Browse the repository at this point in the history
Fixes duplicate Title on website landing page
  • Loading branch information
kdhrubo authored Apr 24, 2024
2 parents f671cbc + db07cbc commit 6476c4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ function HomepageHeader() {
export default function Home() {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`${siteConfig.title}`}
description="Open Source REST DATA API for Databases. Build Intelligent Applications Faster <head />">
<Layout>
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 6476c4a

Please sign in to comment.