fix: recompute + diagnose KPIs on production
Some checks failed
Build pitch-deck / build-push-deploy (push) Successful in 1m5s
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 31s
CI / test-python-voice (push) Successful in 31s
CI / test-bqas (push) Has been cancelled

This commit is contained in:
Benjamin Admin
2026-04-21 23:32:35 +02:00
parent 41c2191280
commit 283894a197
3 changed files with 32 additions and 12 deletions

View File

@@ -212,7 +212,7 @@ export default function FinanzplanSlide({ lang, investorId, preferredScenarioId,
<h2 className="text-3xl md:text-4xl font-bold mb-1">
<GradientText>{de ? 'Finanzplan' : 'Financial Plan'}</GradientText>
</h2>
<p className="text-sm text-white/40">{de ? '20262030 · Monatliche Granularitaet · Editierbar' : '20262030 · Monthly Granularity · Editable'}</p>
<p className="text-sm text-white/40">{de ? '20262030 · Alle Werte in EUR · Monatliche Granularität' : '20262030 · All values in EUR · Monthly granularity'}</p>
</FadeInView>
{/* Tab Bar */}