Skip to content

Commit 68d9c0a

Browse files
committed
Fix website rendering
1 parent 6664318 commit 68d9c0a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

website/src/theme/Root.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ function Root({children}) {
1515
</script>
1616
</Head>
1717
{children}
18-
<noscript>
19-
20-
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5TZTCGF"
21-
height="0" width="0" style="display:none;visibility:hidden"></iframe>
22-
</noscript>
2318
</>;
2419
}
2520

0 commit comments

Comments
 (0)