diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 0e0ab41234..76deff8897 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -271,7 +271,7 @@ const config = { width: 100, height: 30, }, - copyright: `Copyright © ${new Date().getFullYear()} Dinky, Inc. DataLinkDC.
+ copyright: `Copyright © ${new Date().getFullYear()} Dinky.
鲁ICP备20001630号-3`, }, prism: { diff --git a/docs/i18n/en/docusaurus-theme-classic/footer.json b/docs/i18n/en/docusaurus-theme-classic/footer.json index 83e2510ebc..bf6ac45def 100644 --- a/docs/i18n/en/docusaurus-theme-classic/footer.json +++ b/docs/i18n/en/docusaurus-theme-classic/footer.json @@ -32,7 +32,7 @@ "description": "The label of footer link with label=github linking to https://github.com/DataLinkDC/dinky" }, "copyright": { - "message": "Copyright © 2024 Dinky, Inc. DataLinkDC.
鲁ICP备20001630号-2", + "message": "Copyright © 2024 Dinky.
鲁ICP备20001630号-3", "description": "The footer copyright" }, "logo.alt": { diff --git a/docs/i18n/zh/docusaurus-theme-classic/footer.json b/docs/i18n/zh/docusaurus-theme-classic/footer.json index 96de541e03..fbefc48ae4 100644 --- a/docs/i18n/zh/docusaurus-theme-classic/footer.json +++ b/docs/i18n/zh/docusaurus-theme-classic/footer.json @@ -32,7 +32,7 @@ "description": "The label of footer link with label=github linking to https://github.com/DataLinkDC/dinky" }, "copyright": { - "message": "Copyright © 2024 Dinky, Inc. DataLinkDC.
鲁ICP备20001630号-2", + "message": "Copyright © 2024 Dinky.
鲁ICP备20001630号-3", "description": "The footer copyright" }, "logo.alt": { diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index ad73dc99ef..411b08b26d 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -142,7 +142,7 @@ const GithubBanner = () => { return (
@@ -171,7 +171,6 @@ export default function Home() { {HeaderGraph()}
- {/*{GithubBanner()}*/}