diff --git a/client-solid/src/Containers/PrimaryContainer.tsx b/client-solid/src/Containers/PrimaryContainer.tsx index 62292c4..03dde5f 100644 --- a/client-solid/src/Containers/PrimaryContainer.tsx +++ b/client-solid/src/Containers/PrimaryContainer.tsx @@ -3,7 +3,7 @@ import { JSXElement } from "solid-js"; // PrimaryContainer is the main container for the content section of the page. export function PrimaryContainer(props: { children: JSXElement }): JSXElement { return ( -
+
{props.children}
); diff --git a/client-solid/src/Util/Icons.tsx b/client-solid/src/Util/Icons.tsx index 545d41b..21985a6 100644 --- a/client-solid/src/Util/Icons.tsx +++ b/client-solid/src/Util/Icons.tsx @@ -155,19 +155,19 @@ export function ThumbDown(): JSXElement { export function CheckMark(): JSXElement { return ( - - ); -} \ No newline at end of file +}