From 0aea847929efc392df1382d3d1055def9748a3f9 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Fri, 28 Feb 2025 00:17:24 -0800 Subject: [PATCH] style fix --- src/components/layout/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/index.tsx b/src/components/layout/index.tsx index 021e261..a665c82 100644 --- a/src/components/layout/index.tsx +++ b/src/components/layout/index.tsx @@ -5,7 +5,7 @@ const Layout = ({ children }: { children: React.ReactNode }) => { return ( <>
-
+
{children}