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',