Skip to content

Commit fed01fb

Browse files
msukkariclaude
andcommitted
chore(web): use sourcebot-call Calendly slug
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent cf279e7 commit fed01fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
"primary": {
233233
"type": "button",
234234
"label": "Book a Call",
235-
"href": "https://calendly.com/michael-sourcebot/sourcebot-demo?utm_source=docs"
235+
"href": "https://calendly.com/michael-sourcebot/sourcebot-call?utm_source=docs"
236236
}
237237
},
238238
"footer": {

packages/web/src/app/(app)/@sidebar/components/bookACallSidebarButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
} from "@/components/ui/sidebar"
66
import { Phone } from "lucide-react"
77

8-
const BOOK_A_CALL_BASE_URL = "https://calendly.com/michael-sourcebot/sourcebot-demo"
8+
const BOOK_A_CALL_BASE_URL = "https://calendly.com/michael-sourcebot/sourcebot-call"
99

1010
interface BookACallSidebarButtonProps {
1111
// When the deployment is the public "ask GitHub" app, attribute bookings

0 commit comments

Comments
 (0)