mirror of
https://github.com/SkyLinkHostingLLC/Website.git
synced 2026-02-22 00:22:23 -05:00
Update layout.tsx
This commit is contained in:
parent
1b9f26c750
commit
ee1d73d96b
1 changed files with 2 additions and 18 deletions
|
|
@ -27,24 +27,8 @@ export default function RootLayout({
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
{/* Add the Tawk.to Script */}
|
{/* Add the Crisp.chat Script */}
|
||||||
{/* <script
|
<script type="text/javascript">window.$crisp=[];window.CRISP_WEBSITE_ID="9b45d54f-9cb8-44c6-8de4-72762caf60ed";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script>
|
||||||
type="text/javascript"
|
|
||||||
dangerouslySetInnerHTML={{
|
|
||||||
__html: `
|
|
||||||
var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
|
|
||||||
(function() {
|
|
||||||
var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
|
|
||||||
s1.async = true;
|
|
||||||
s1.src = 'https://embed.tawk.to/674f8d3c2480f5b4f5a76749/1ie7bvdph';
|
|
||||||
s1.charset = 'UTF-8';
|
|
||||||
s1.setAttribute('crossorigin', '*');
|
|
||||||
s0.parentNode.insertBefore(s1, s0);
|
|
||||||
})();
|
|
||||||
`,
|
|
||||||
}}
|
|
||||||
/> */}
|
|
||||||
</head>
|
|
||||||
<body
|
<body
|
||||||
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue