diff --git a/components/ui/Heading.tsx b/components/ui/Heading.tsx index 3ba0b7d..465dffb 100644 --- a/components/ui/Heading.tsx +++ b/components/ui/Heading.tsx @@ -11,10 +11,9 @@ export function Heading({as: Component = 'h1', children = null}: HeadingProps) { let headingText = children ? children.toString() : '' return ( - + {children} - # + # ) } \ No newline at end of file