fix(ui): apply user-requested fixes for Meme, TOC, ROI Calculator, and Gantt
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 19s
Build & Deploy / 🏗️ Build (push) Failing after 1m6s
Build & Deploy / 🧪 QA (push) Failing after 2m53s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🩺 Health Check (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-02-22 18:07:48 +01:00
parent 79838d7955
commit c3fa10dd53
4 changed files with 9 additions and 9 deletions

View File

@@ -75,12 +75,12 @@ export const TableOfContents: React.FC<TableOfContentsProps> = ({ items, classNa
};
return (
<div className={`not-prose my-12 p-8 bg-slate-50 border border-slate-200 rounded-2xl ${className}`}>
<div className={`not-prose my-12 border-l-2 border-slate-200 pl-6 ${className}`}>
<script
type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify(jsonLd) }}
/>
<p className="text-xs font-bold text-slate-400 uppercase tracking-widest mb-6 border-b border-slate-200 pb-2">
<p className="text-xs font-bold text-slate-400 uppercase tracking-widest mb-6">
Inhaltsverzeichnis
</p>
<nav>