diff options
Diffstat (limited to 'src/pages/mentions-legales.tsx')
| -rw-r--r-- | src/pages/mentions-legales.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/mentions-legales.tsx b/src/pages/mentions-legales.tsx index a58a850..413f409 100644 --- a/src/pages/mentions-legales.tsx +++ b/src/pages/mentions-legales.tsx @@ -42,8 +42,8 @@ const LegalNoticePage: NextPageWithLayout = () => { }; const components: NestedMDXComponents = { - Image: (props) => <ResponsiveImage {...props} />, - Link: (props) => <Link {...props} />, + Image: ResponsiveImage, + Link: Link, }; const { website } = useSettings(); |
