From 8d97d7afee0eb37f185b6861930a9d88648e5c49 Mon Sep 17 00:00:00 2001 From: Anirban Singha Date: Thu, 24 Oct 2024 02:19:53 +0530 Subject: [PATCH] Fixes issue #294 --- src/components/SectionHeading.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/SectionHeading.jsx b/src/components/SectionHeading.jsx index 7a61600..8d08bb1 100644 --- a/src/components/SectionHeading.jsx +++ b/src/components/SectionHeading.jsx @@ -9,10 +9,10 @@ export function SectionHeading({ number, children, className, ...props }) { )} {...props} > - + {/* */} {/* */} - + {children}