fix typo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2024-01-23 23:56:18 +01:00
parent ce89b59a83
commit 9d3c6c2b6c
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -32,7 +32,7 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext(); const {siteConfig} = useDocusaurusContext();
return ( return (
<Layout <Layout
title={`Hello from ${siteConfig.title}`} title={`${siteConfig.title}`}
description="Allows you to modify the position of the main menu by creating a panel on the left of the interface or with a big menu on the top."> description="Allows you to modify the position of the main menu by creating a panel on the left of the interface or with a big menu on the top.">
<HomepageHeader /> <HomepageHeader />
<main> <main>