Removed use server in NavigationMenu

This commit is contained in:
Linus Flood
2024-09-19 09:59:25 +02:00
parent 01aafc347d
commit 4649799f2b
4 changed files with 15 additions and 9 deletions

View File

@@ -39,7 +39,9 @@ export default async function MainMenu() {
<MyPagesMenuWrapper />
</Suspense>
<Suspense fallback={"Loading menu"}>
<MobileMenuWrapper />
<MobileMenuWrapper>
<NavigationMenu isMobile={true} />
</MobileMenuWrapper>
</Suspense>
</div>
</nav>