1
0
Fork 0

fix(org): Port blog posts to new MDX loader

This commit is contained in:
Joost De Cock 2023-10-10 07:35:11 +02:00
parent d84ae7af3b
commit ec0b8b0322
13 changed files with 115 additions and 195 deletions

View file

@ -42,7 +42,7 @@ export const Toc = ({ toc = [], wrap = false }) => {
border-2 bg-base-200 bg-opacity-30 p-4 rounded-lg border-base-200
`}
>
<h4>{t('toc')}</h4>
<h4>{t('docs:toc')}</h4>
{ul}
</div>
) : (