Skip to content

Commit 5d649fd

Browse files
committed
fix: use @/components/ui/Link
1 parent b9417ad commit 5d649fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DocsNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Text } from "@chakra-ui/react"
66
import { TranslationKey } from "@/lib/types"
77
import type { DeveloperDocsLink } from "@/lib/interfaces"
88

9-
import { BaseLink } from "@/components/Link"
9+
import { BaseLink } from "@/components/ui/Link"
1010

1111
import { cn } from "@/lib/utils/cn"
1212
import { trackCustomEvent } from "@/lib/utils/matomo"

0 commit comments

Comments
 (0)