From 8c4e35aed2856f46ac4d6e46352c65107b8a031a Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Mon, 28 Nov 2022 10:30:29 -0800 Subject: [PATCH] remove unnecessary font size declaration --- src/components/MDXComponents.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MDXComponents.tsx b/src/components/MDXComponents.tsx index f64c31f9a5..f2a561448f 100644 --- a/src/components/MDXComponents.tsx +++ b/src/components/MDXComponents.tsx @@ -10,7 +10,7 @@ const MDXComponents = { // paragraphs p: ({ children }: any) => { return ( - + {children} );