Skip to content

Commit 60b3564

Browse files
committed
improvement(demo): route the enterprise talk-to-sales CTA to the same demo link
1 parent 73c146b commit 60b3564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/upgrade

apps/sim/app/workspace/[workspaceId]/upgrade/upgrade.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import {
3838
import { useFullscreenOriginStore } from '@/stores/fullscreen-origin'
3939

4040
/** Enterprise "Talk to sales" books time with the sales team on Cal.com. */
41-
const SALES_CAL_URL = 'https://cal.com/team/sim/enterprise' as const
41+
const SALES_CAL_URL = 'https://cal.com/team/sim/demo' as const
4242

4343
/**
4444
* Props for {@link Upgrade}.

0 commit comments

Comments
 (0)