feat(WEB-250): overview hero final ui
This commit is contained in:
@@ -3,8 +3,6 @@ import "@scandic-hotels/design-system/style.css"
|
||||
|
||||
import TrpcProvider from "@/lib/trpc/Provider"
|
||||
|
||||
import { biroScriptPlus, firaMono, firaSans } from "@/app/fonts"
|
||||
|
||||
import styles from "./layout.module.css"
|
||||
|
||||
import type { Metadata } from "next"
|
||||
@@ -21,9 +19,7 @@ export default function RootLayout({
|
||||
}: React.PropsWithChildren<LayoutArgs<LangParams>>) {
|
||||
return (
|
||||
<html lang={params.lang}>
|
||||
<body
|
||||
className={`${firaMono.variable} ${firaSans.variable} ${biroScriptPlus.variable} ${styles.layout}`}
|
||||
>
|
||||
<body className={styles.layout}>
|
||||
<TrpcProvider lang={params.lang}>{children}</TrpcProvider>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user