diff --git a/src/utils/constants.tsx b/src/utils/constants.tsx index 56b5e5b..215f1f1 100644 --- a/src/utils/constants.tsx +++ b/src/utils/constants.tsx @@ -230,13 +230,13 @@ const constants = { }, ], - GTM_ID: "GTM-TC768WT", + GTM_ID: "", /** * * @mehowbrainz twitter developer account */ TWITTER_EVENT: { - PIXEL_ID: "o3khw", - EVENT_ID: "tw-o3khw-oi8v5", + PIXEL_ID: "", + EVENT_ID: "", }, };