diff --git a/src/components/Content.tsx b/src/components/Content.tsx index 1356fa26..cf1ddf96 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -2,7 +2,7 @@ import type { JSX, RenderableProps } from "preact"; export function Content({ children }: RenderableProps): JSX.Element { return ( -
+
{children}
);