diff --git a/packages/main-feature/src/pages/general/index/components/Layout.tsx b/packages/main-feature/src/pages/general/index/components/Layout.tsx index 706fd63..a06c601 100644 --- a/packages/main-feature/src/pages/general/index/components/Layout.tsx +++ b/packages/main-feature/src/pages/general/index/components/Layout.tsx @@ -2,7 +2,7 @@ import { AppBar, Layout as SharedLayout } from "@repo/shared"; const Layout = ({ children }: { children: React.ReactNode }) => { return ( -
+
} rightContent={} bgColor="bg-[#FFF5F5]" /> {/* 하단 네비게이션 바는 (main) 레이아웃에서 처리 */}