From e151984ce212a1d328f775784b6c8f2af4fa0e97 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Mon, 20 Apr 2026 20:22:27 +0200 Subject: [PATCH] fix(pitch-deck): remove Finanzprognose slide from deck Co-Authored-By: Claude Opus 4.6 (1M context) --- pitch-deck/lib/i18n.ts | 2 -- pitch-deck/lib/slide-order.ts | 1 - 2 files changed, 3 deletions(-) diff --git a/pitch-deck/lib/i18n.ts b/pitch-deck/lib/i18n.ts index a04b6ed..a3e68b3 100644 --- a/pitch-deck/lib/i18n.ts +++ b/pitch-deck/lib/i18n.ts @@ -22,7 +22,6 @@ const translations = { 'Meilensteine', 'Wettbewerb', 'Team', - 'Finanzen', 'The Ask', 'Investition & Cap Table', 'Kundenersparnis', @@ -319,7 +318,6 @@ const translations = { 'Milestones', 'Competition', 'Team', - 'Financials', 'The Ask', 'Investment & Cap Table', 'Customer Savings', diff --git a/pitch-deck/lib/slide-order.ts b/pitch-deck/lib/slide-order.ts index b288208..fda9078 100644 --- a/pitch-deck/lib/slide-order.ts +++ b/pitch-deck/lib/slide-order.ts @@ -15,7 +15,6 @@ export const SLIDE_ORDER: SlideId[] = [ 'traction', 'competition', 'team', - 'financials', 'the-ask', 'cap-table', 'customer-savings',