Skip to content

Commit

Permalink
fix:removed iframe (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: Hermione Dadheech <[email protected]>
  • Loading branch information
Hermione2408 and Hermione Dadheech authored Jul 5, 2024
1 parent c116470 commit 67e4d62
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export default function RootLayout({ children, metadata }: RootLayoutProps) {
`,
}}
/>
<script dangerouslySetInnerHTML={{__html:`(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-P7DBR4PH');`,}}></script>
<script
dangerouslySetInnerHTML={{
__html: `
Expand Down Expand Up @@ -78,12 +77,6 @@ export default function RootLayout({ children, metadata }: RootLayoutProps) {
</head>
<body className={`${inter.variable} font-inter antialiased bg-white text-gray-900 tracking-tight`}>
<noscript>
<iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-P7DBR4PH"
height="0"
width="0"
style={{ display: 'none', visibility: 'hidden' }}
/>
</noscript>
<div className="flex flex-col overflow-hidden supports-[overflow:clip]:overflow-clip">
<Header />
Expand Down

0 comments on commit 67e4d62

Please sign in to comment.