From 475c194b63dcf70872e4c0ae72f667a152b42093 Mon Sep 17 00:00:00 2001 From: JunichiSugiura Date: Tue, 15 Oct 2024 20:57:01 +0200 Subject: [PATCH] Fix footer position for desktop --- packages/profile/src/components/layout/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/profile/src/components/layout/index.tsx b/packages/profile/src/components/layout/index.tsx index a450b071a..469dc7ebe 100644 --- a/packages/profile/src/components/layout/index.tsx +++ b/packages/profile/src/components/layout/index.tsx @@ -42,7 +42,7 @@ function ResponsiveWrapper({ children }: PropsWithChildren) { <> {/* for desktop */}
-
+
{children}
@@ -122,7 +122,7 @@ export function LayoutFooter({ return (