Skip to content

Commit 7e1a285

Browse files
committed
feat: remove resourceType from PostHog event tracking in UAIAnnouncementCard
1 parent 38db044 commit 7e1a285

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontends/main/src/app-pages/HomePage/UAIAnnouncementCard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ const UAIAnnouncementCard: React.FC = () => {
257257
posthog.capture(PostHogEvents.CallToActionClicked, {
258258
label: "Learn about Universal AI",
259259
readableId: UAI_PROGRAM_READABLE_ID,
260-
resourceType: "program",
261260
})
262261
}
263262
}

0 commit comments

Comments
 (0)