Skip to content

Commit

Permalink
FIX event id
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Jan 7, 2025
1 parent de37d5e commit d4c693c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/src/pages/meeting-paid-starter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import useIsBrowser from '@docusaurus/useIsBrowser';
import Layout from '@theme/Layout';
import React, { useEffect } from 'react';
import { triggerTrackingEvent } from '../components/trigger-event';
const FILE_EVENT_ID = 'paid-meeting-link-clicked';
const FILE_EVENT_ID = 'paid-meeting-link-clicked-starter-pack';

export default function Meeting() {
const { siteConfig } = useDocusaurusContext();
Expand Down

0 comments on commit d4c693c

Please sign in to comment.