Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/sim/app/workspace/[workspaceId]/upgrade/upgrade.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import {
import { useFullscreenOriginStore } from '@/stores/fullscreen-origin'

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

/**
* Props for {@link Upgrade}.
Expand Down
2 changes: 1 addition & 1 deletion apps/sim/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ const nextConfig: NextConfig = {
},
{
source: '/team',
destination: 'https://cal.com/emirkarabeg/sim-team',
destination: 'https://cal.com/team/sim/demo',
permanent: false,
}
)
Expand Down
Loading