fix:tawkto
This commit is contained in:
parent
41d0303bc1
commit
cf1b5ce134
|
|
@ -66,7 +66,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
|
||||||
<Providers themeProps={{ attribute: "class", defaultTheme: "light" }}>
|
<Providers themeProps={{ attribute: "class", defaultTheme: "light" }}>
|
||||||
<main className="">{children}</main>
|
<main className="">{children}</main>
|
||||||
</Providers>
|
</Providers>
|
||||||
{/* <LoadTawk /> */}
|
<LoadTawk />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue