From dc30482351b9aa7aefbbbc9d7cf3f0f8b38db0d4 Mon Sep 17 00:00:00 2001 From: HZ991 Date: Fri, 10 Jan 2025 09:39:18 +1100 Subject: [PATCH] fix: protoform wrapper minor fix --- .../src/components/content-wrapper/content-wrapper.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/protoform/src/components/content-wrapper/content-wrapper.tsx b/apps/protoform/src/components/content-wrapper/content-wrapper.tsx index d515600a1..d018c1944 100644 --- a/apps/protoform/src/components/content-wrapper/content-wrapper.tsx +++ b/apps/protoform/src/components/content-wrapper/content-wrapper.tsx @@ -30,7 +30,7 @@ export function ContentWrapper({ children }: { children: ReactNode }) { return (
- +
{children}