Skip to content

Commit

Permalink
fix(tracking/gtm): add title in iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
kubosho committed Jan 4, 2023
1 parent 11c63f5 commit 012b505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracking/gtm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function insertGtmNoscript(id: string): JSX.Element {
return (
<noscript>
<iframe
title=""
title="Google Tag Manager (noscript)"
src={`https://www.googletagmanager.com/ns.html?id=${id}`}
height="0"
width="0"
Expand Down

0 comments on commit 012b505

Please sign in to comment.