More PR fixes

This commit is contained in:
Linus Flood
2024-09-18 15:31:15 +02:00
parent b8f37c810d
commit 98b48b8290
8 changed files with 18 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ import { serverClient } from "@/lib/trpc/server"
import MobileMenu from "../MobileMenu"
export default async function MobileMenuServer() {
export default async function MobileMenuWrapper() {
const [languages, headerData] = await Promise.all([
serverClient().contentstack.languageSwitcher.get(),
serverClient().contentstack.base.header(),