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" }}>
|
||||
<main className="">{children}</main>
|
||||
</Providers>
|
||||
{/* <LoadTawk /> */}
|
||||
<LoadTawk />
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue