From 1289aad4135f0158cbbb4fc60349d5839ba2be06 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Thu, 16 Mar 2023 18:26:52 -0700 Subject: [PATCH] chore: remove `` props Removed in https://github.com/facebook/docusaurus/pull/6925 --- src/pages/community/index.tsx | 2 +- src/pages/fiddle/index.tsx | 2 +- src/pages/home/_index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/community/index.tsx b/src/pages/community/index.tsx index 742d4bc74..5a6cd2c42 100644 --- a/src/pages/community/index.tsx +++ b/src/pages/community/index.tsx @@ -4,7 +4,7 @@ import Link from '@docusaurus/Link'; function Community() { return ( - +

Community

diff --git a/src/pages/fiddle/index.tsx b/src/pages/fiddle/index.tsx index 91caa0463..6a5ae7b2a 100644 --- a/src/pages/fiddle/index.tsx +++ b/src/pages/fiddle/index.tsx @@ -134,7 +134,7 @@ export default function FiddlePage() { }; return ( - +

diff --git a/src/pages/home/_index.tsx b/src/pages/home/_index.tsx index 73558d6e0..1808122c1 100644 --- a/src/pages/home/_index.tsx +++ b/src/pages/home/_index.tsx @@ -19,7 +19,7 @@ import CodeWindow from './_components/CodeWindow'; export default function Home() { const { siteConfig } = useDocusaurusContext(); return ( - +