Skip to content

Commit

Permalink
docs(website): Use the correct property for the description header
Browse files Browse the repository at this point in the history
There is no `description` property in the Docusaurus configuration.

Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
  • Loading branch information
mnonnenmacher committed Oct 2, 2024
1 parent 7625dae commit e309c3b
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 @@ -55,7 +55,7 @@ export default function Home() {
return (
<Layout
title={`${siteConfig.title}`}
description={`${siteConfig.description}`}>
description={`${siteConfig.tagline}`}>
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit e309c3b

Please sign in to comment.