From b8e95d785067b0055423615a05c77ffbdf812850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EB=8F=99=EC=9C=A8?= Date: Mon, 11 Nov 2024 18:55:07 +0900 Subject: [PATCH] =?UTF-8?q?[Fe][Fix]=20=ED=95=B8=EB=93=A4=EB=9F=AC=20?= =?UTF-8?q?=EB=84=A4=EC=9D=B4=EB=B0=8D=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/component/Layout/Layout.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/component/Layout/Layout.tsx b/frontend/src/component/Layout/Layout.tsx index 5216adf9..a23f2d2f 100644 --- a/frontend/src/component/Layout/Layout.tsx +++ b/frontend/src/component/Layout/Layout.tsx @@ -9,7 +9,7 @@ interface ILayoutProps { isHeaderTransparent?: boolean; footerActive?: boolean; headerButton?: ReactElement; - footerOnClick?: () => void; + handleFooterClick?: () => void; } export const Layout = (props: ILayoutProps) => ( @@ -25,6 +25,10 @@ export const Layout = (props: ILayoutProps) => (
{props.children}
{/* Footer */} -