From a3a1ec44300d8fbb82ce71abb790533f220488f9 Mon Sep 17 00:00:00 2001 From: Sharang Parnerkar <30073382+mighty840@users.noreply.github.com> Date: Tue, 21 Apr 2026 10:55:03 +0200 Subject: [PATCH] pitch-deck: wire MilestonesSlide to traction slide slot Replace old TractionSlide with new MilestonesSlide on the 'traction' route. Co-Authored-By: Claude Sonnet 4.6 --- pitch-deck/components/PitchDeck.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/pitch-deck/components/PitchDeck.tsx b/pitch-deck/components/PitchDeck.tsx index 7b03796..c78e31a 100644 --- a/pitch-deck/components/PitchDeck.tsx +++ b/pitch-deck/components/PitchDeck.tsx @@ -182,8 +182,6 @@ export default function PitchDeck({ lang, onToggleLanguage, investor, onLogout, case 'business-model': return case 'traction': - return - case 'milestones': return case 'competition': return