Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
remove skylar from demo page (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylar-anderson authored Apr 27, 2022
1 parent b0dc8a9 commit d8668c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/p/schedule-a-demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ import styles from './VideoLandingPage.module.css';
import { event } from '../../lib/aptible/analytics';

const availableCalendars = {
'frank-macreery': 1,
'skylar-anderson': 1
'frank-macreery': 1
}

const DEFAULT_CALENDAR = 'skylar-anderson';
const DEFAULT_CALENDAR = 'frank-macreery';
const LINKEDIN_CONVERSION_ID = '5063932';

const getCalendarIdFromQueryParam = (calendar) => {
Expand Down

0 comments on commit d8668c8

Please sign in to comment.