diff --git a/components/Layout/index.tsx b/components/Layout/index.tsx index 3716d012..cb1c3777 100644 --- a/components/Layout/index.tsx +++ b/components/Layout/index.tsx @@ -53,7 +53,7 @@ const Layout = ({ children }: PropsWithChildren) => { return !['about', 'updates', 'roadmap'].includes(path) ? ( void onCloseClicked: () => void