Skip to content

Commit e10bf80

Browse files
authored
Fix URL
1 parent 4628c5c commit e10bf80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/root/CRM.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export const CRM = ({
142142
return;
143143
}
144144
const img = new Image();
145-
img.src = `//https://atomic-crm-telemetry.marmelab.com/atomic-crm-telemetry?domain=${window.location.hostname}`;
145+
img.src = `https://atomic-crm-telemetry.marmelab.com/atomic-crm-telemetry?domain=${window.location.hostname}`;
146146
}, [disableTelemetry]);
147147

148148
return (

0 commit comments

Comments
 (0)