Skip to content

Commit cfcf559

Browse files
committed
fixes
1 parent b66361a commit cfcf559

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/Breadcrumbs.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import React from "react"
22
import { useIntl } from "react-intl"
3+
import { Box, UnorderedList, ListItem } from "@chakra-ui/react"
34

45
import Link from "./Link"
5-
import { isLang, supportedLanguages } from "../utils/languages"
6+
import { isLang } from "../utils/languages"
67
import { isTranslationKey, translateMessageId } from "../utils/translations"
7-
import { Box, UnorderedList, ListItem } from "@chakra-ui/react"
88

99
export interface IProps {
1010
slug: string
@@ -75,7 +75,6 @@ const Breadcrumbs: React.FC<IProps> = ({
7575
letterSpacing="wider"
7676
>
7777
<Link
78-
as={Link}
7978
to={crumb.fullPath}
8079
isPartiallyActive={slug === crumb.fullPath}
8180
textDecoration="none"

0 commit comments

Comments
 (0)