We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5089c1c commit ca8dbbfCopy full SHA for ca8dbbf
src/components/Translation.tsx
@@ -5,7 +5,7 @@ import { useTranslation } from "next-i18next"
5
6
import { getRequiredNamespacesForPage } from "@/lib/utils/translations"
7
8
-import InlineLink from "./Link"
+import TooltipLink from "./TooltipLink"
9
10
type TranslationProps = {
11
id: string
@@ -16,7 +16,7 @@ type TranslationProps = {
16
// Custom components mapping to be used by `htmr` when parsing the translation
17
// text
18
const defaultTransform = {
19
- a: InlineLink,
+ a: TooltipLink,
20
}
21
22
// Renders the translation string for the given translation key `id`. It
0 commit comments