From aa1b0130d4de615fc49e05c4b6f53128f633c5f4 Mon Sep 17 00:00:00 2001 From: "yongen.loong" Date: Wed, 19 Jun 2024 12:14:56 +0800 Subject: [PATCH] feat: copyrigh t msg --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 1fc7b77e..de6ac7c0 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -76,7 +76,7 @@ const config: Config = { footer: { style: "light", links: footerLinks.links, - copyright: `Copyright © ${new Date().getFullYear()} AElfProject.`, + copyright: `Copyright © ${new Date().getFullYear()} aelf`, }, prism: { theme: prismThemes.github,