From aa95497aab51de2a18785a0bc2e94f1d78afbd99 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Thu, 14 Dec 2023 17:15:28 -0500 Subject: Improve design --- src/app/groups/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/groups/layout.tsx') diff --git a/src/app/groups/layout.tsx b/src/app/groups/layout.tsx index 65aec0e..8c221e1 100644 --- a/src/app/groups/layout.tsx +++ b/src/app/groups/layout.tsx @@ -2,7 +2,7 @@ import { PropsWithChildren } from 'react' export default function GroupsLayout({ children }: PropsWithChildren<{}>) { return ( -
+
{children}
) -- cgit v1.3