aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/projets/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/projets/index.tsx')
-rw-r--r--src/pages/projets/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/projets/index.tsx b/src/pages/projets/index.tsx
index dbca019..aaf37e9 100644
--- a/src/pages/projets/index.tsx
+++ b/src/pages/projets/index.tsx
@@ -53,7 +53,7 @@ const ProjectsPage: NextPageWithLayout<ProjectsPageProps> = ({ projects }) => {
);
const components: NestedMDXComponents = {
- Links: (props) => <Link {...props} />,
+ Links: Link,
};
const { website } = useSettings();