1099eefedd
Co-Authored-By: Alex Schapiro <bearsyankees@gmail.com>
11 lines
314 B
Plaintext
11 lines
314 B
Plaintext
export const ScarfPixel = () => (
|
|
<img
|
|
referrerPolicy="no-referrer-when-downgrade"
|
|
src="https://static.scarf.sh/a.png?x-pxid=a0ba15dd-a205-4a54-95d6-7814e9ae6b61"
|
|
alt=""
|
|
width="1"
|
|
height="1"
|
|
style={{ position: "absolute", width: 0, height: 0, opacity: 0, pointerEvents: "none" }}
|
|
/>
|
|
);
|