fix(SW-184): using more variables and removed variants from navigation menu after PR
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import Header from "@/components/Header"
|
||||
import { setLang } from "@/i18n/serverContext"
|
||||
|
||||
import type { LangParams, LayoutArgs } from "@/types/params"
|
||||
|
||||
export default function HeaderLayout({ params }: LayoutArgs<LangParams>) {
|
||||
setLang(params.lang)
|
||||
|
||||
return <Header />
|
||||
}
|
||||
@@ -107,6 +107,7 @@
|
||||
|
||||
--main-menu-mobile-height: 75px;
|
||||
|
||||
--header-z-index: 1;
|
||||
--menu-overlay-z-index: 10;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user