From 00d601609729b41197e03eee308af55241bb5499 Mon Sep 17 00:00:00 2001 From: Mackie Date: Mon, 8 Jun 2026 11:56:29 +0800 Subject: [PATCH] h22 --- src/blocks/ToolStack/Component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blocks/ToolStack/Component.tsx b/src/blocks/ToolStack/Component.tsx index 1e30b67..3b166e3 100644 --- a/src/blocks/ToolStack/Component.tsx +++ b/src/blocks/ToolStack/Component.tsx @@ -16,7 +16,7 @@ export function ToolStackBlock({ heading, tools }: ToolStackBlockProps) {
{heading && ( -

+

{heading}

)}