From 7610e186bc98548af26f9cfa525cc0df6844273c Mon Sep 17 00:00:00 2001 From: Mackie Date: Mon, 8 Jun 2026 11:55:44 +0800 Subject: [PATCH] h2 --- src/blocks/BentoRow/Component.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blocks/BentoRow/Component.tsx b/src/blocks/BentoRow/Component.tsx index 5e13b9f..cee6c9e 100644 --- a/src/blocks/BentoRow/Component.tsx +++ b/src/blocks/BentoRow/Component.tsx @@ -23,7 +23,7 @@ export function BentoRowBlock(props: BentoRowBlockProps) {
{aboutHeading && ( -

+

{aboutHeading}

)} @@ -49,7 +49,7 @@ export function BentoRowBlock(props: BentoRowBlockProps) { {/* Skills Section */}
{skillsHeading && ( -

+

{skillsHeading}

)}