diff --git a/packages/theme-nonepress/src/theme/Footer/Copyright/index.tsx b/packages/theme-nonepress/src/theme/Footer/Copyright/index.tsx index a10955c..05c7141 100644 --- a/packages/theme-nonepress/src/theme/Footer/Copyright/index.tsx +++ b/packages/theme-nonepress/src/theme/Footer/Copyright/index.tsx @@ -1,7 +1,7 @@ import React from "react"; import Link from "@docusaurus/Link"; -import { translate } from "@docusaurus/Translate"; +import Translate, { translate } from "@docusaurus/Translate"; import type { Props } from "@theme/Footer/Copyright"; import IconDocusaurus from "@theme/Icon/Docusaurus"; @@ -16,7 +16,12 @@ export default function FooterCopyright({ copyright }: Props): JSX.Element { dangerouslySetInnerHTML={{ __html: copyright }} />
- Powered by + + Powered by +