Skip to content

Commit 2c956b8

Browse files
committed
rm use of Translation component
1 parent f511fd5 commit 2c956b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Breadcrumbs/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
} from "@chakra-ui/react"
99

1010
import { BaseLink } from "@/components/Link"
11-
import Translation from "@/components/Translation"
1211

1312
export type BreadcrumbsProps = ChakraBreadcrumbProps & {
1413
slug: string
@@ -52,7 +51,7 @@ const Breadcrumbs = ({
5251
? [
5352
{
5453
fullPath: "/",
55-
text: <Translation id="page-index-meta-title" />,
54+
text: t("page-index-meta-title"),
5655
},
5756
]
5857
: []),

0 commit comments

Comments
 (0)