Skip to content

Commit c0961e4

Browse files
committed
use MDX link instead of Next.js links for translation
1 parent 4bad08d commit c0961e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MDX/LanguageList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use client';
22

3-
import Link from 'next/link';
3+
import Link from './Link';
44
import React from 'react';
55
import {finishedTranslations} from 'utils/finishedTranslations';
66
import {LanguagesContext} from './LanguagesContext';

0 commit comments

Comments
 (0)