From 135a958051ce7eeceed81c5ad3bcea9b20125bef Mon Sep 17 00:00:00 2001 From: Francis Thibault Date: Fri, 1 Dec 2023 15:48:20 -0500 Subject: [PATCH] fix for typo in withBodyStyle prop (#107) Co-authored-by: Francis Thibault --- apps/docs/content/icons/react-icons/standalone-installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/icons/react-icons/standalone-installation.mdx b/apps/docs/content/icons/react-icons/standalone-installation.mdx index 6714aae9c..33bf18584 100644 --- a/apps/docs/content/icons/react-icons/standalone-installation.mdx +++ b/apps/docs/content/icons/react-icons/standalone-installation.mdx @@ -51,7 +51,7 @@ import App from "./App"; const root = createRoot(document.getElementById("root")!); root.render( - + );