From f385c612f5758532654e044b6717c123a755aa89 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Tue, 14 Apr 2026 23:45:24 +0200 Subject: [PATCH] fix(pitch-deck): regulatory matrix header alignment + labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Column headers: centered text labels instead of icons - Remove colored dots from headers - Last column: # → Reg. (Regulierungen) - Consistent column width for last column Co-Authored-By: Claude Opus 4.6 (1M context) --- .../slides/RegulatoryLandscapeSlide.tsx | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/pitch-deck/components/slides/RegulatoryLandscapeSlide.tsx b/pitch-deck/components/slides/RegulatoryLandscapeSlide.tsx index 83ab424..af10fb9 100644 --- a/pitch-deck/components/slides/RegulatoryLandscapeSlide.tsx +++ b/pitch-deck/components/slides/RegulatoryLandscapeSlide.tsx @@ -103,19 +103,20 @@ export default function RegulatoryLandscapeSlide({ lang }: RegulatoryLandscapeSl {/* Matrix Grid */}
{/* Header row */} -
+
{lang === 'de' ? 'Branche' : 'Industry'}
- {CATEGORIES.map((cat) => { - const CatIcon = cat.icon - return ( -
- -
- ) - })} -
#
+ {CATEGORIES.map((cat) => ( +
+ + {categoryLabels[cat.id]} + +
+ ))} +
+ {lang === 'de' ? 'Reg.' : 'Regs'} +
{/* Industry rows */} @@ -125,7 +126,7 @@ export default function RegulatoryLandscapeSlide({ lang }: RegulatoryLandscapeSl