Skip to content

Commit 100772e

Browse files
author
Predrag
authored
Change hostname to match the website (#21)
1 parent 2002955 commit 100772e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/ScarfPixel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const ScarfPixel = () => {
44
return (
55
<>
66
{typeof window !== "undefined" &&
7-
window.location.hostname === "datacebo.com" ? (
7+
window.location.hostname === "sdv.dev" ? (
88
<img
99
referrerpolicy="no-referrer-when-downgrade"
1010
src="https://static.scarf.sh/a.png?x-pxid=af9a538f-69ef-4e05-8553-76897f21be21"

0 commit comments

Comments
 (0)