pitch-deck: wire MilestonesSlide to traction slide slot
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m6s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 32s
CI / test-python-voice (push) Successful in 28s
CI / test-bqas (push) Successful in 28s
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m6s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 32s
CI / test-python-voice (push) Successful in 28s
CI / test-bqas (push) Successful in 28s
Replace old TractionSlide with new MilestonesSlide on the 'traction' route. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -182,8 +182,6 @@ export default function PitchDeck({ lang, onToggleLanguage, investor, onLogout,
|
|||||||
case 'business-model':
|
case 'business-model':
|
||||||
return <BusinessModelSlide lang={lang} products={data.products} investorId={investor?.id || null} preferredScenarioId={preferredScenarioId} isWandeldarlehen={isWandeldarlehen} />
|
return <BusinessModelSlide lang={lang} products={data.products} investorId={investor?.id || null} preferredScenarioId={preferredScenarioId} isWandeldarlehen={isWandeldarlehen} />
|
||||||
case 'traction':
|
case 'traction':
|
||||||
return <TractionSlide lang={lang} milestones={data.milestones} metrics={data.metrics} />
|
|
||||||
case 'milestones':
|
|
||||||
return <MilestonesSlide lang={lang} />
|
return <MilestonesSlide lang={lang} />
|
||||||
case 'competition':
|
case 'competition':
|
||||||
return <CompetitionSlide lang={lang} features={data.features} competitors={data.competitors} />
|
return <CompetitionSlide lang={lang} features={data.features} competitors={data.competitors} />
|
||||||
|
|||||||
Reference in New Issue
Block a user