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 b66361a commit cfcf559Copy full SHA for cfcf559
src/components/Breadcrumbs.tsx
@@ -1,10 +1,10 @@
1
import React from "react"
2
import { useIntl } from "react-intl"
3
+import { Box, UnorderedList, ListItem } from "@chakra-ui/react"
4
5
import Link from "./Link"
-import { isLang, supportedLanguages } from "../utils/languages"
6
+import { isLang } from "../utils/languages"
7
import { isTranslationKey, translateMessageId } from "../utils/translations"
-import { Box, UnorderedList, ListItem } from "@chakra-ui/react"
8
9
export interface IProps {
10
slug: string
@@ -75,7 +75,6 @@ const Breadcrumbs: React.FC<IProps> = ({
75
letterSpacing="wider"
76
>
77
<Link
78
- as={Link}
79
to={crumb.fullPath}
80
isPartiallyActive={slug === crumb.fullPath}
81
textDecoration="none"
0 commit comments