This commit is contained in:
egortriston
2025-07-11 01:22:55 +03:00
parent 3b5defe3d9
commit 475b02ea2d
4 changed files with 82 additions and 48 deletions

View File

@ -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)} />
</>