From ba58642da997ab4f90d242f51ea1acea6b651d58 Mon Sep 17 00:00:00 2001 From: harupy <17039389+harupy@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:42:37 +0900 Subject: [PATCH] update --- website/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index c7b52b300..cdf7b2578 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -161,7 +161,7 @@ const config: Config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} MLflow, Inc. Built with Docusaurus.`, + copyright: `© ${new Date().getFullYear()} MLflow Project, a Series of LF Projects, LLC.`, }, prism: { theme: prismThemes.github,