diff --git a/src/components/layouts/GeneralLayout.tsx b/src/components/layouts/GeneralLayout.tsx index 5a9be44..6d9b5f6 100644 --- a/src/components/layouts/GeneralLayout.tsx +++ b/src/components/layouts/GeneralLayout.tsx @@ -13,7 +13,7 @@ export function GeneralLayout({ children }: { children: React.ReactNode }) { {isMobile ? ( - @@ -29,7 +29,7 @@ export function GeneralLayout({ children }: { children: React.ReactNode }) { )}
-
{children}
+
{children}
);