From 936b4ccc5167a097d9fb84759b163f9b7c30d8db Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Wed, 15 Apr 2026 23:38:00 +0200 Subject: [PATCH] =?UTF-8?q?fix(pitch-deck):=20glossary=20=E2=80=94=20align?= =?UTF-8?q?=20abbreviations=20with=20descriptions=20(items-baseline)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- pitch-deck/components/slides/GlossarySlide.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pitch-deck/components/slides/GlossarySlide.tsx b/pitch-deck/components/slides/GlossarySlide.tsx index 958db38..3701e65 100644 --- a/pitch-deck/components/slides/GlossarySlide.tsx +++ b/pitch-deck/components/slides/GlossarySlide.tsx @@ -101,11 +101,11 @@ export default function GlossarySlide({ lang }: GlossarySlideProps) {

{cat.title}

{cat.terms.map((term, i) => ( -
+
{term.abbr}
{term.full} - — {term.desc} + — {term.desc}
))}