diff --git a/components/layout.tsx b/components/layout.tsx index cb416d6..6a2f966 100644 --- a/components/layout.tsx +++ b/components/layout.tsx @@ -10,7 +10,7 @@ const Layout = ({ children }: { children: React.ReactNode }) => { let ret: JSX.Element; if(isMobile) { ret = ( - +