From 87d7da019827abf06f3bcc04dc45af3bea4fd0f9 Mon Sep 17 00:00:00 2001 From: Sharang Parnerkar <30073382+mighty840@users.noreply.github.com> Date: Wed, 15 Apr 2026 18:09:01 +0200 Subject: [PATCH 1/2] fix(pitch-deck): point SDK demo URL mockup at admin-dev.breakpilot.ai The SDK live-demo slide renders a fake browser URL bar to frame each screenshot. It used admin.breakpilot.ai, but the actual demo instance investors should be able to reach lives on admin-dev.breakpilot.ai. Co-Authored-By: Claude Sonnet 4.6 --- pitch-deck/components/slides/SDKDemoSlide.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pitch-deck/components/slides/SDKDemoSlide.tsx b/pitch-deck/components/slides/SDKDemoSlide.tsx index 7802f36..b12b9e2 100644 --- a/pitch-deck/components/slides/SDKDemoSlide.tsx +++ b/pitch-deck/components/slides/SDKDemoSlide.tsx @@ -90,7 +90,7 @@ export default function SDKDemoSlide({ lang }: SDKDemoSlideProps) {
- admin.breakpilot.ai/sdk/{shot.file.replace(/^\d+-/, '').replace('.png', '')} + admin-dev.breakpilot.ai/sdk/{shot.file.replace(/^\d+-/, '').replace('.png', '')}