Skip to content

Commit 6bf610a

Browse files
committed
Meta Pixel
1 parent 5694835 commit 6bf610a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

link_bio/link_bio/link_bio.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,15 @@
3333
fbq('init', '509505096385581');
3434
fbq('track', 'PageView');
3535
</script>
36-
<noscript><img height="1" width="1" style="display:none"
37-
src="https://www.facebook.com/tr?id=509505096385581&ev=PageView&noscript=1"
38-
/></noscript>
3936
"""
37+
),
38+
rx.el.noscript(
39+
rx.image(
40+
height="1",
41+
width="1",
42+
style={"display": "none"},
43+
src="https://www.facebook.com/tr?id=509505096385581&ev=PageView&noscript=1"
44+
),
4045
)
4146
],
4247
)

0 commit comments

Comments
 (0)