frontend fixes
Some checks failed
Build & Deploy KLZ Cables / build-and-deploy (push) Failing after 1m37s

This commit is contained in:
2026-01-26 20:21:17 +01:00
parent a8f7c5370b
commit cbb7855804
10 changed files with 177 additions and 40 deletions

View File

@@ -75,7 +75,7 @@ export default function TableOfContents({ headings, locale }: TableOfContentsPro
}
}}
>
{heading.text}
{heading.text.replace(/\*\*(.*?)\*\*/g, '$1')}
</a>
</li>
))}