fix1107
This commit is contained in:
@ -33,7 +33,7 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||
</header>
|
||||
|
||||
<main className="pt-[62px] md:pt-[63px]">
|
||||
<IndexTopMenuNav />
|
||||
<IndexTopMenuNav isIndexPage={router.pathname === '/'} />
|
||||
{children}</main>
|
||||
<MobileMenuBottomSection onOpenAuthModal={() => setAuthModalOpen(true)} />
|
||||
</>
|
||||
|
Reference in New Issue
Block a user