From a8a918dabce6d7f216c51f93e4280bc01b144ed0 Mon Sep 17 00:00:00 2001 From: philipcheung Date: Mon, 3 Nov 2025 09:11:26 +0800 Subject: [PATCH] remove show menu prop and related interface --- src/components/layout.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/layout.tsx b/src/components/layout.tsx index ba8d239..7b8bb96 100644 --- a/src/components/layout.tsx +++ b/src/components/layout.tsx @@ -7,11 +7,9 @@ import { import Footer from './footer' -interface LayoutProps { - showMenu?: boolean; -} -function Layout({ showMenu = false }: LayoutProps) { + +function Layout() { return ( {/*
*/}