From 9b09f6854a494907338d8bfd046026d3fac7a810 Mon Sep 17 00:00:00 2001 From: Tania Gutierrez Date: Mon, 11 Mar 2024 22:40:05 -0400 Subject: [PATCH] Made main layout and footer not be in column direction --- app/components/dashboard-layout.tsx | 56 +++++++++++++++-------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/app/components/dashboard-layout.tsx b/app/components/dashboard-layout.tsx index dcc8c60..5574ac3 100644 --- a/app/components/dashboard-layout.tsx +++ b/app/components/dashboard-layout.tsx @@ -49,34 +49,36 @@ export const DashboardLayout = ({ children }: React.PropsWithChildren<{}>) => { - {children} +
+ {children} -
-
    -
  • - - - -
  • -
  • - - - -
  • -
-
+ +
) }