docs: add link and navigation page content (#211)

Co-authored-by: Valerio Ageno <valerio.ageno@qonto.com>
Co-authored-by: Marco Pasqualetti <marco.pasqualetti@live.com>
This commit is contained in:
Valerio Ageno
2024-12-08 10:18:20 +01:00
committed by GitHub
parent 466f122cc4
commit bcf7e5b5ab
3 changed files with 68 additions and 7 deletions
@@ -4,5 +4,5 @@ import { Code } from '@mantine/core'
export default function MdxCode(
props: HTMLAttributes<HTMLPreElement>,
): JSX.Element {
return <Code {...props} style={{ fontSize: 14 }} />
return <Code {...props} style={{ fontSize: 'inherit' }} />
}