We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5694835 commit 6bf610aCopy full SHA for 6bf610a
1 file changed
link_bio/link_bio/link_bio.py
@@ -33,10 +33,15 @@
33
fbq('init', '509505096385581');
34
fbq('track', 'PageView');
35
</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>
39
"""
+ ),
+ rx.el.noscript(
+ 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
45
)
46
],
47
0 commit comments