From a2ee2be7800b082f279f4648da840eada87778f2 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sat, 23 Nov 2024 12:05:28 -0600 Subject: [PATCH] so does this work? --- components/helpers/text.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/helpers/text.tsx b/components/helpers/text.tsx index f87f5c20..0c41eb3a 100644 --- a/components/helpers/text.tsx +++ b/components/helpers/text.tsx @@ -14,6 +14,6 @@ export function Label(props: LabelProps): React.JSX.Element { export function Heading({ children }: { children: string }): React.JSX.Element { return ( -

{ children }

+

{ children }

) } \ No newline at end of file